Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

[eyes-two]OutOfMemory Exception on Recognize activity #118

Closed
raimondz opened this issue Oct 2, 2015 · 2 comments
Closed

[eyes-two]OutOfMemory Exception on Recognize activity #118

raimondz opened this issue Oct 2, 2015 · 2 comments

Comments

@raimondz
Copy link

raimondz commented Oct 2, 2015

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);)

@rmtheis
Copy link
Owner

rmtheis commented Oct 6, 2015

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.

@raimondz
Copy link
Author

raimondz commented Oct 9, 2015

Ok, thanks. I'll see how vision API works.

@raimondz raimondz closed this as completed Oct 9, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants