Replies: 1 comment
-
I don't know if you found the answer for this or not but i think the poor OCR results is only due to the poor image format. Here is a function which helps in preparing the Images for OCR def prepareForOCR(numpyArray): |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the inference documentation, I was really confused by how the pipeline required a library of both the images and their bounding box information in a JSON. After digging around the discussions for a while, I came across a really helpful post with some code to begin setting this up using EasyOCR (link below). However, While this code was a great start, I have had poor results with recognizing English characters in tables using EasyOCR and I wanted to know about better ways, either better tools or just better settings. What is everyone else using?
As a student, I am relatively new to using ML for image processing so I'm still learning how to fine tune the settings to get better results. I can't really increase resolution too much or else my machine kills the process so I wanted to know about more efficient ways that I could be unaware of.
Thank you for any advice in advance.
Link: #121
Beta Was this translation helpful? Give feedback.
All reactions