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

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

Simple (working) Handwritten Digit Recognition: How To Improve It?

I just wrote this very simple handwritten digit recoginition. Here is 8kb archive with the followin… Read more Simple (working) Handwritten Digit Recognition: How To Improve It?

Remove Top Section Of Image Above Border Line To Detect Text Document

Using OpenCV (python) I am trying to remove the section of image which is above the border line (wh… Read more Remove Top Section Of Image Above Border Line To Detect Text Document

How Can I Avoid Http Error Code 429 From Google Vision Api?

I've been using Google Vision API to perform OCR tasks in some documents using Python. It begin… Read more How Can I Avoid Http Error Code 429 From Google Vision Api?

Scene Text Image Super-resolution For Ocr

I am working on an OCR system. A challenge that I'm facing for recognizing the text within ROI… Read more Scene Text Image Super-resolution For Ocr