android-ocr icon indicating copy to clipboard operation
android-ocr copied to clipboard

OCR all gallery images

Open faststeering opened this issue 6 months ago • 1 comments

the app allows OCR only on a single image. It would be amazing if you could select an entire folder (eg Camera) and let the app run OCR on all the images inside it. All the text data gets stored and is linked to the corresponding image. It then allows you to perform a text search on this database and returns the image that matches the search query.

there would also be a re-scan feature which detects any new images in that folder and runs the OCR only on those images. The new data gets added to the original database.

I think users would be willing to pay for such a feature :) Just don't make it a subscription!

faststeering avatar May 11 '25 13:05 faststeering

I am working on migrating java code to kotlin and jetpack compose with some more features most of notable is on screen text copy. This feature will also be added in due time.

SubhamTyagi avatar May 16 '25 16:05 SubhamTyagi