rtesseract icon indicating copy to clipboard operation
rtesseract copied to clipboard

Ruby library for working with the Tesseract OCR.

Results 8 rtesseract issues
Sort by recently updated
recently updated
newest added

- Installed gems fine, tesseract and imagemagik already installed on server. - Running tesseract command manually in terminal works successfully. - Running application locally on OS X enviroment works successfully....

When parsing the same file as a PDF instead of a JPG, I got far worse results. Is there an obvious reason for this difference?

RMagick processor generates image with BBP higher than 32, which trips up Tesseract. I tried changing the rmagick processor to convert to PNG instead of TIF and that solves the...

Hello, is there any plan to support Tesseract'Orientation detection?

I'm in a new rails 7 app running webpack. When I try to run ``` image_path = ActionController::Base.helpers.image_url('receipt.jpg') image = RTesseract.new(image_path, lang: 'eng') image.to_s ``` I keep getting the error...

Hey there, I need to implement timeout for a long running Tesseract command. I came up with two options how to do it: 1. Add the timeout option to the...

Hello, I am happy to share this improvement. 👋 thanks for the repo!

Is there a way to get the confidence of a OCR-run?