Top "Ocr" questions

Optical Character Recognition, usually abbreviated to OCR, is the mechanical or electronic translation of scanned images of handwritten, typewritten or printed text into machine-encoded text.

Abbyy Finereader command line usage / python usage?

I have a project which needs to scan certain images with OCR. I know the software abbyy finereader does pretty …

image image-processing ocr abbyy
Is it possible to check orientation of an image before passing it through pytesseract ocr module

For my current ocr project I tried using tesserect using the the python cover pytesseract for converting images into text …

image-processing ocr tesseract python-tesseract
Can I do a "string contains X" with a percentage accuracy in python?

I need to do some OCR on a large chunk of text and check if it contains a certain string …

python string comparison ocr
How to generate a tiff/box file from an image to train Tesseract in Windows

I'm trying to train Tesseract in Windows and for that I need a pair tiff/box file and I'm trying …

windows machine-learning ocr tesseract training-data
Custom Dictionary for Tesseract

I am currently working on a project for android using Tesseract OCR. I was hoping to fine-tune the results given …

android dictionary ocr tesseract
Training the "tesseract ocr" with predefined font images

I am trying to make OCR recognition of ASCII strings from the image. I am using Tesseract3 library, but I …

pattern-matching ascii ocr tesseract training-data
Extracting text out of images

I am working on extracting text out of images. Initially images are colored with text placed in white, On further …

python image-processing ocr tesseract python-tesseract
python import : ModuleNotFoundError: No module named 'pytesser'

Hi I am new to python and OCR. I am trying to implement OCR. I have installed all the dependencies …

python anaconda ocr pytesser
7-Segment Display OCR

I'm building an iOS application (take a picture and run OCR on it) using Tesseract (an OCR library) and it …

ios image-processing ocr tesseract seven-segment-display
Using multiple languages in Pytesser

I have started to use Pytesser, which works great with both english and chinese, but is there a way to …

python ocr tesseract python-tesseract pytesser