1

Cheque Image I want to extract date, amount in figures, amount in words, account number, cheque number. I have extracted date, account number and cheque number but unable to extract amount in words from the image. Here is the region of interest for the above. its size is (100x1210) px. Image contains the amount of cheque in words. Can you help in extracting the amount in words using OpenCV python?

Christoph Rackwitz
  • 11,317
  • 4
  • 27
  • 36
  • this image seems like an output of a process. It could be better to share the source image so we may re-consider the problem. It would be better to edit your question too. Please visit and check [how to ask a good question](https://stackoverflow.com/help/how-to-ask) – Yunus Temurlenk Sep 13 '22 at 08:51
  • Do I get you right that you are asking how to do OCR on handwriting? Is this is a duplicate to: https://stackoverflow.com/a/39576476/18667225 ? – Markus Sep 13 '22 at 09:12
  • Tesseract is not working, I have already tried it. I want a method to create a box around every individual word or whole text written so that I can extract data using my own ML model. – Ekarth Jain Sep 13 '22 at 09:45
  • you handwrited text uses blue color. Maybe first you should use `cv.Range()` to select only blue pixels. – furas Sep 13 '22 at 14:14

0 Answers0