Re: [tesseract-ocr] Stop OCRing

2021-06-02 Thread Zdenko Podobny
Have a look at the ETEXT_DESC *monitor (e,.g. [1]). It is usually used for getting progress monitor (e.g. [2] ), but should be used for cancelling progress too according header file. [1]

Re: [tesseract-ocr] Tesseract cannot read text on stripe background / but Google AI can

2021-06-02 Thread Ajinkya Bobade
Hello, I have created a web extension which solves this problem. Upload image to https://imagescanner-online.com/ it will clear your noise and pixel-segment text so that you get a very good quality input, which you can feed to tesseract and get good output Regards Ajinkya On Wed, Jun 2, 2021 at

[tesseract-ocr] Help me to creating new .traineddata file

2021-06-02 Thread Vijay K
Hi, i'm working on Mechanical Engineering drawings that contain GDT symbols such as a symbol to indicate depth ↧, a counterbore ⌴ , countersink ◎, diameter Ø, etc. How to train these font on tesseract. Tried with upending same fonts to eng.traineddata. but symbols are not recognizing.

[tesseract-ocr] Stop OCRing

2021-06-02 Thread Саша Карпюк
Hello everybody. I work on Android and use Tesseract. Is exist any way to stop OCRing? For example, if I set bitmap to TessBaseApi and called getUTF8Text() method - can I stop this procces in another thread? -- You received this message because you are subscribed to the Google Groups