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)

Background Image Cleaning For Ocr

Through tesseract-OCR I am trying to extract text from the following images with a red background. … Read more Background Image Cleaning For Ocr

How To Improve Text Extraction From An Image?

I am using pytesseract to extract text from images. Before extracting text with pytesseract, I use … Read more How To Improve Text Extraction From An Image?

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)?

Pytesseract Image_to_string Function Not Accurate At All

My code for index, img in enumerate(data): # data is list of base64 decoded strings b64 = base6… Read more Pytesseract Image_to_string Function Not Accurate At All

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