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 thousands scale images that I want to extract the reading of the scale from. I have tried to use pytesseract but it gives wrong reading. Attached is an example image as well as the python code I wrote so far.
Sorry for the duplicate post. As I am not sure if the old one was sent or not.
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
Hello, You need to first focus on localizing text and then using Tesseract on this localized text. Tesseract cannot be directly applied on images which contain lots of non text background.