[tesseract-ocr] How to get bounding box with text using Tesseract4Android

2023-01-27 Thread Ju Ash
I am using 'cz.adaptech.tesseract4android:tesseract4android:4.3.0' in my Android project. Is it possible to get bounding box with text data like in example below? (32, 24, 60, 17) Maitre (100, 24, 82, 19) corbeau, (191, 28, 29, 13) sur (227, 28, 22, 12) un (257, 24, 50, 17) arbre (315, 24, 7

[tesseract-ocr] Tesseract misreading issues

2023-01-27 Thread vc Jayan
Hi all I was facing misreading issue of Tesseract OCR from beginning, after upgraded to latest version of 5.x also, this is persisting I have tried different image pre-processing permutations and combinations already Sometimes it reads 5 as S, 6 and 8 as 0, I as 1 etc. Is there any licensed vers

Re: [tesseract-ocr] How to get bounding box with text using Tesseract4Android

2023-01-27 Thread Zdenko Podobny
Did you check the documentation? I am not familiar this this android implementation, but I would expect that API example in tesseract documentation should work. Zdenko pi 27. 1. 2023 o 10:52 Ju Ash napĂ­sal(a): > I am using 'cz.adaptech.tesseract4android:tesseract4android:4.3.0' in my > Androi