You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
easyocr seems to produce large rectangles when para=True, possibly because it is joining multiple small rectangles at different orientations to produce one overly-large rectangle. For example a horizontal scale 1 2 3 4 5 and a vertical scale A B C D E might be merged.
I'm sure there were some commits to the easyocr code which changed this behaviour but can't find them now. In the meantime: JaidedAI/EasyOCR#1111
Test out this theory and see if any improvements can be made.
Also consider not using para=True and doing it manually?
The text was updated successfully, but these errors were encountered:
easyocr seems to produce large rectangles when
para=True
, possibly because it is joining multiple small rectangles at different orientations to produce one overly-large rectangle. For example a horizontal scale1 2 3 4 5
and a vertical scaleA B C D E
might be merged.I'm sure there were some commits to the easyocr code which changed this behaviour but can't find them now. In the meantime: JaidedAI/EasyOCR#1111
Test out this theory and see if any improvements can be made.
Also consider not using
para=True
and doing it manually?The text was updated successfully, but these errors were encountered: