How to recognize text in images with blue background and boxed
104 views
Skip to first unread message
eng.ahmed....@gmail.com
unread,
Jun 9, 2018, 3:17:08 AM6/9/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tesseract-ocr
Hi All,
I have this image and I want to recognize the letters inside it. How I can to that.
I have tried to change the background to white and text to black but failed also.
Mohit Jain
unread,
Nov 15, 2018, 5:45:34 AM11/15/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tesseract-ocr
You can try a local-otsu preprocessing step on this image and then pass the binary image to Tesseract. If you need something more sophisticated, try colour invariant text-binarization (https://github.com/jasonlfunk/ocr-text-extraction) instead of local-otsu.