-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Method WordFontAttributes does not work #68
Comments
Have you tried different images? It worked on the image I tested on (try eurtext.tif). |
I tried my code on the
, and tesserocr version is |
Did some further testing and found weird behavior. If I use the 4.00 tessdata, there are no font attributes returned for the image. However, if I use the 3.04.00 tessdata, font attributes are returned. You can bring this issue up with the tesseract team if you want to look into it. In the mean time, I recommend you use the latest stable version (3.05.01) with the 3.04.00 tessdata. |
Closing this issue given it's tesseract-related. |
Method WordFontAttributes is not working for me also. I am using |
I landed up here while trying to figure out how to determine FontSize using tesserocr. The tesseract issue #1074 referenced above seems to have been fixed. However, with tesserocr the method WordFontAttributes is still returning None.
Any suggestions to fix this, or a work around to determine Font Size and Is Bold? |
Have you ever solved this problem?I Use tesseract 4.1.1 and tessdata 4.0 It doesnot work also,and just return to None |
Hi, I want to use method
WordFontAttributes
to get font information of recognized words, but I failed. The image isand my code is
It outputs
None
. Is there something wrong in my code?The text was updated successfully, but these errors were encountered: