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

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)

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

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

License Plate Character Segmentation Python Opencv

I want to isolate every character in the following image: and it should create a rectangular boun… Read more License Plate Character Segmentation Python Opencv

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

Tesseract Has Trouble Reading This Extremely Simple String Of Numbers

I'm currently writing a script in python that requires the use of tesseract to read a number li… Read more Tesseract Has Trouble Reading This Extremely Simple String Of Numbers

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

How To Use Ctypes.util.find_library To Import .so Libraries In Aws Lambda (python)?

What I'm trying A python package I'm using (OCRMYPDF) on Lambda needs the leptonica library… Read more How To Use Ctypes.util.find_library To Import .so Libraries In Aws Lambda (python)?