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

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

How To Create Cutomized Dataset For Google Tensorflow Attention Ocr?

I am able to create TFRecord file according to this question. But I don't know whether I should… Read more How To Create Cutomized Dataset For Google Tensorflow Attention Ocr?

Deblur Image With Text To Be Recognized By Ocr

I have an image which is blurred: This is a part of the business card and it is one of the frames … Read more Deblur Image With Text To Be Recognized By Ocr

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

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

Why Pytesseract Raise An Error With Arabic Language

I want to use pytesseract Arabic And I have ara.traineddata in my system /usr/share/tesseract/tessd… Read more Why Pytesseract Raise An Error With Arabic Language

Recognize Images In Python

I'm kinda new both to OCR recognition and Python. What I'm trying to achieve is to run Tess… Read more Recognize Images In Python

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