Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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

Pyinstaller And Tesseract Ocr

I am using Tesseract OCR for my program and I am going to convert it into a single .exe file using … Read more Pyinstaller And Tesseract Ocr

How To Get Character Position In Pytesseract

I am trying to get character position of image files using pytesseract library . import pytesseract… Read more How To Get Character Position In Pytesseract

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

Ocr Playing Cards

I decided to do a project for fun where I want to take as input the image of a playing card and ret… Read more Ocr Playing Cards

How To Detect All Boxes For Inputting Letters In Forms For A Particular Field?

It is required to recognize text from forms with boxes given for each character input. I have trie… Read more How To Detect All Boxes For Inputting Letters In Forms For A Particular Field?

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

How To Crop Image Based On Contents (python & Opencv)?

Well currently I'm working on a personal project which is the identification of products in a s… Read more How To Crop Image Based On Contents (python & Opencv)?