-
Notifications
You must be signed in to change notification settings - Fork 2
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
OCR integration #9
Comments
Thanks for your feature request. I'm glad you like the app. |
Yeah, so essentially you would have a camera button in the search bar or some floating icon in the bottom corner, where you can start the OCR. |
Could you elaborate on this a bit? I haven't seen it in other apps before, so I don't know exactly what that looks like. Also, by "component that slides in from the bottom", are you referring to a bottom sheet? |
Yeah exactly |
Finally had time to look into this. I have decided to reject this feature request. These are my reasons:
I suggest using a separate app for OCR like I've mentioned previously. I'm planning on making it possible to share text to JS-Dict from other apps, which should make that workflow a bit less tedious. |
I see, this makes sense, thank you for considering it! (the text sharing would be awesome!) |
@sdaqo did you check this out, I think this fork implements your requested feature: http://github.com/3nws/JS-Dict Maybe @petlyh would be able to pull the changes to main repo? As the tesseract seems to work well enough for computer text as seen in the screenshots in the above linked repo. Maybe it can be an optional feature that downloads the necessary assets if the user wishes to use those features, keeping the app size to a minimal Thank you!! |
Hey, first of all thanks a lot for developing this app, it is awesome!
This is a feature request for ocr in this app, this would be a pretty nice feature e.g. for reading physical manga or just for characters on physical stuff that you can't just easily copy-paste.
I would love to integrate this on my own but unfortunately do not have to necessary android dev knowledge to do so. I did however find a library for doing this: https://developers.google.com/ml-kit/vision/text-recognition/v2 this is from google's ml-kit, which is used in things like google lens, it runs on device and it seems like it has an relatively easy API to integrate.
Tell me what you think about this!
The text was updated successfully, but these errors were encountered: