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

Why Are My Drawn Bounding Boxes Inverted?

I think I am missing some really simple concept or perhaps not understanding the directions in whic… Read more Why Are My Drawn Bounding Boxes Inverted?

Python: Detecting Textblock And Deleting It From Image (opencv)

I'm currently trying to figure out how to detect a text paragraph on an image in order to remov… Read more Python: Detecting Textblock And Deleting It From Image (opencv)

Identify Text Data In Image To Read Mm/dd, Description And Amount Using Opencv Python

import re import cv2 import pytesseract from pytesseract import Output from PIL imp… Read more Identify Text Data In Image To Read Mm/dd, Description And Amount Using Opencv Python

Linking Ghostscript To Pypdfocr In Windows Platform

Installed pypdfocr and ghostscript via pip installation. But, when the pypdfocr is run in the comma… Read more Linking Ghostscript To Pypdfocr In Windows Platform

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

Using Tesseract To Read Dates From A Small Images

I have a rather small set of images which contains dates. The size might be a problem, but I'd … Read more Using Tesseract To Read Dates From A Small Images

Pytesser In Python 3.4: Name 'image_to_string' Is Not Defined?

First off, I would like to say that I know pytesser is not for Python 3.4, but I read from http://u… Read more Pytesser In Python 3.4: Name 'image_to_string' Is Not Defined?

Tesseractnotfound - Pytesser

I'm trying to do OCR using pytesser downloaded from HERE. Here is the code of pytesser.py try: … Read more Tesseractnotfound - Pytesser