Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ICR/OCR help wanted
#1
I'm working with python and trying to recognize these images (imgur.com/a/HsvUv), but without satisfied results yet.

I've tried pytesseract and the Google Vision API following this tutorial (github.com/GoogleCloudPlatform/cloud-vision/tree/master/python/text).

I don't know what I could do to get better results

Someone could try to help me ?

Tnks in advance

Clickable links:

http://imgur.com/a/HsvUv

https://github.com/GoogleCloudPlatform/c...ython/text
Reply
#2
Very skimpy information, please show what code & packages you have so far
and a sampling of your results and any errors
Reply
#3
I'm using the default implementation based on an example of Google Vision API, like follows: https://github.com/GoogleCloudPlatform/c...xtindex.py

For the pytesseract, I'm just using the pytesseract.image_to_string(), passing the cropped image as parameter.

Do you guess that isolating the letters I could get better results ?
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020