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

Pytesseract Error Windows Error [error 2]

Hi I am trying the python library pytesseract to extract text from image. Please find the code: fro… Read more Pytesseract Error Windows Error [error 2]

How To Detect All Boxes For Inputting Letters In Forms For A Particular Field?

It is required to recognize text from forms with boxes given for each character input. I have trie… Read more How To Detect All Boxes For Inputting Letters In Forms For A Particular Field?

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

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?

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?

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

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

Pytesseract Is Too Slow. How Can I Make It Process Images Faster?

I am using pytesseract in the below code: def fnd(): for fname in list: x = None … Read more Pytesseract Is Too Slow. How Can I Make It Process Images Faster?