Re: [tesseract-ocr] Fasten Tesseract OCR

2023-11-30 Thread vadansh kulshreshtha
I am using an i3 quad-core CPU. My scenario is that I want to process 100 images in 1 sec including the image processing and cropping images. I create an ROI crop it and do the image processing then OCR. But what happens is that sometimes the same ROI takes more than 1 sec but sometimes it does

[tesseract-ocr] Letter and number outputted for single character

2023-11-30 Thread Scott Curtis
I'm running an image through Tesseract via a PHP library (https://github.com/thiagoalessio/tesseract-ocr-for-php). The ouput seems to contain two potential matches for a single character. I'm expecting "P01.01" but I'm actually getting "PO01.01". Note the O (letter) and 0 (number, zero). -- Yo