Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ocr

No Module Named Tesseract

Working on an OCR. I can import pytesseract and use image_to_string but I want to work on this: api… Read more No Module Named Tesseract

Recognize Simple Digits With Pytesser

I'm learning OCR using PyTesser and Tesseract. As the first milestone, I want to write a tool t… Read more Recognize Simple Digits With Pytesser

Deblur Image With Text To Be Recognized By Ocr

I have an image which is blurred: This is a part of the business card and it is one of the frames … Read more Deblur Image With Text To Be Recognized By Ocr

Removing Horizontal Lines From Scanned Image

Well tried morphology in Imagemagick, but unfortunately the output also affects the text, thus maki… Read more Removing Horizontal Lines From Scanned Image

Pytesseract Error Windows Error [error 2]

Hi I am trying the python library pytesseract to extract text from image. Please find the code: fro… Read more Pytesseract Error Windows Error [error 2]

Python, Text Detection Ocr

I am trying to extract data from a scanned form. The form has a standard format similar to the one … Read more Python, Text Detection Ocr