Re: [tesseract-ocr] user patterns with tesserocr python API

2024-03-02 Thread Roman Seidel
Yes, sure, the input file is a snippet with a capital letter followed by 9 digits. The correct user pattern, corresponding to [1] is: ``\A\d\d\d\d\d\d\d\d\d`` The result of Tesseract (psm 8) is fully correct. Nevertheless, user patterns is not working in the way described above. For instance, I

Re: [tesseract-ocr] user patterns with tesserocr python API

2024-03-02 Thread Roman Seidel
Yes, sure, the input file is a snippet with a capital letter followed by 9 digits. The correct user pattern, corresponding to [1] is: ``\A\d\d\d\d\d\d\d\d\d`` The result of Tesseract (psm 8) is fully correct. Nevertheless, user patterns is not working in the way described above. For instance, I

Re: [tesseract-ocr] user patterns with tesserocr python API

2024-03-02 Thread Zdenko Podobny
Can you please elaborate on: Nevertheless, user patterns is not working in the way described above. Zdenko so 2. 3. 2024 o 10:45 Roman Seidel napĂ­sal(a): > Yes, sure, the input file is a snippet with a capital letter followed by 9 > digits. The correct user pattern, corresponding to [1] is: