I implemented a code that tries to stop tesseract if the processing lasts more than 5 seconds. However tesseract does not stop. Program goes inside cancel block but still execution is going on. Please help
How can i set timeout parameter? Yes i have tried with 4.4.1 still same issue...
Dear Author, Please Reply!!! I have strict project deadlines and I am using Tess4j to meet the requirement. Request to please assist on this issue. I can share the webex if you can join and check the issue. . It would be great help. Thanks
I have multipage tiff from which i Retrieve one page and pass it to Test 4j for ocr. I have added test4j as dependency in my project Version 4.3.1.. Sometimes set of 200 pages get processed but most of the time it get stuck on random pages in Pointer utf8Text = renderedFormat == RenderedFormat.HOCR ? api.TessBaseAPIGetHOCRText(handle, pageNum - 1) : api.TessBaseAPIGetUTF8Text(handle); And no exception is returned.Only option is to kill the running java instance and restart. Please assist me how to...
I have multipage tiff from which i Retrieve one page and pass it to Test 4j for ocr. I have added test4j as dependency in my project Version 4.3.1.. Sometimes set of 200 pages get processed but most of the time it get stuck on random pages in Pointer utf8Text = renderedFormat == RenderedFormat.HOCR ? api.TessBaseAPIGetHOCRText(handle, pageNum - 1) : api.TessBaseAPIGetUTF8Text(handle); And no exception is returned.Only option is to kill the running java instance and restart. Please assist me how to...
All pages are not loaded only one page is loaded and passed to test4j and till the time response is received other page will not be passed.
Memory is not an issue. All the factors are normal. Cpu currently used is 60 percent.Also jvm related thigs are monitored using Jvisual Vm. Memory used is also within range as it get released afte dispose.
I have multipage tiff from which i Retrieve one page and pass it to Test 4j for ocr. I have added test4j as dependency in my project Version 4.3.1.. Sometimes set of 200 pages get processed but most of the time it get stuck on random pages in Pointer utf8Text = renderedFormat == RenderedFormat.HOCR ? api.TessBaseAPIGetHOCRText(handle, pageNum - 1) : api.TessBaseAPIGetUTF8Text(handle); And no exception is returned.Only option is to kill the running java instance and restart. Please assist me how to...