display_ocr icon indicating copy to clipboard operation
display_ocr copied to clipboard

Real-time image preprocess and OCR.

Results 6 display_ocr issues
Sort by recently updated
recently updated
newest added

I have installed the files via git clone. I don't know how to use it. Please do help, thanks

I'm using the traineddata file from this project to recognize seven segment digits. Even for a very clear & high-resolution sample, 0 is recognized as 8. I searched through some...

Hey, Is possible for this to be updated to work in python 3? I've had a play with the getting it to work but it seems that the wrapper for...

Can you help me how to use this?

@arturaugusto Hi, I want to know the project's runtime environment.

Sorry, this isn't really an issue, more of a plea for help. I am executing the follow statement from python on the two attached images: `text = pytesseract.image_to_string(Image.open(filename), lang="letsgodigital", boxes=False,...