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
{{ message }}
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.
Hi, I tried to use Recognize activity on an Image with dimension 376X137 but it crashed on class OcrTaskProcessor.java in function processPix.(Line 523 Pixa pixa = unsorted.sort(Constants.L_SORT_BY_Y, Constants.L_SORT_INCREASING);)
The text was updated successfully, but these errors were encountered:
I'm planning (#95) to remove the OcrTaskProcessor code from the eyes-two project. I'm not planning on fixing issues in that project so you'd need to implement a fix for this issue yourself.
In the meantime you may want to have a look at making an effort to customize the Google Vision API to do what you want. It's basically a nicer implementation of the eyes-two project, but it doesn't support text detection or OCR at this point.
Hi, I tried to use Recognize activity on an Image with dimension 376X137 but it crashed on class OcrTaskProcessor.java in function processPix.(Line 523 Pixa pixa = unsorted.sort(Constants.L_SORT_BY_Y, Constants.L_SORT_INCREASING);)
The text was updated successfully, but these errors were encountered: