skvark / Textractor

OCR application for Sailfish OS. Based on Tesseract OCR engine and Leptonica image processing library.
MIT License
20 stars 6 forks source link

Add optional ability to translate extracted and possibly edited text via some online translation tool. #11

Open Tsippaduida opened 9 years ago

skvark commented 9 years ago

I did actually some investigating on translation support before I started writing this app. Best case would be to be able to use some pre-existing native SFOS translation application to translate the text. This requires some invoking api (possibly via dbus) and I don't know is it allowed in the Jolla store. Other solution is to use Google translate or some other limited (= non free or rate limited) api.

Tsippaduida commented 9 years ago

I agree. I can live without translation, but having it available would be real nice. Offline solution would be best. Google and other web translations can be utilized already, but requires bit work.