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
When selecting an image to extract text from, it would be really useful to be able to see it inside the app and select a specific area of it. Right now, the entire image gets parsed, and that can create some issues when there are different blocks of text that could get erroneously mixed (for example, in a comic book page).
It would be even better to be able to apply some filters to the selected text before analysing it.
I don't know if it could be useful, but there are already some open source projects for Android that could be used as references:
With this one you can select an area in a polygonal shape (especially useful for inclined photos, but not just that) and select multiple columns in the order that you prefer.
Although this one works differently (it is displayed above the other apps), it allows you to select different areas one after the other and, by long tapping and dragging left or right, you can instantly change the contrast of the text within the selected area before parsing it. An automatic black and white filter for the same area is also available.
Other details
No response
Acknowledgements
I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
I have written a short but informative title.
I will fill out all of the requested information in this form.
The text was updated successfully, but these errors were encountered:
@drogga I don't know why sharing it from the app doesn't work, the last FOSS version (4.1.0, the one that I used to make the screenshots) is available for download from the F-Droid Archive repository. Unfortunately yes, it's from 2021, the new releases' code is not available.
Describe your suggested feature
When selecting an image to extract text from, it would be really useful to be able to see it inside the app and select a specific area of it. Right now, the entire image gets parsed, and that can create some issues when there are different blocks of text that could get erroneously mixed (for example, in a comic book page).
It would be even better to be able to apply some filters to the selected text before analysing it.
I don't know if it could be useful, but there are already some open source projects for Android that could be used as references:
- Android OCR (OCR based on Tesseract 5)
https://f-droid.org/packages/io.github.subhamtyagi.ocr/
https://github.com/SubhamTyagi/android-ocr
This one allows the user to import an image, rotate it and flip it before the analysis, and to apply some automatic pre-processing filters as well.
- Text Fairy
https://apt.izzysoft.de/fdroid/index/apk/com.renard.ocr?repo=archive
https://github.com/renard314/textfairy
With this one you can select an area in a polygonal shape (especially useful for inclined photos, but not just that) and select multiple columns in the order that you prefer.
- Kaku (Japanese OCR Dictionary)
https://f-droid.org/packages/ca.fuwafuwa.kaku/
https://github.com/0xbad1d3a5/Kaku
Although this one works differently (it is displayed above the other apps), it allows you to select different areas one after the other and, by long tapping and dragging left or right, you can instantly change the contrast of the text within the selected area before parsing it. An automatic black and white filter for the same area is also available.
Other details
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: