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]

[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