The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
1answer
114 views

Detecting Arabic verses spanning multiple lines

I need to build a Quran app and I want to read out the verses when a user touches it. The problem I'm facing is that some verses may expand to one and half lines (highlighted red verse) or just fit in ...
5
votes
1answer
1k views

Text recognition for Android app

I´d like to use some OCR algorithm (Image to Text) into an Android app (Java). I have previously used several algorithms but for a PC (Matlab) app. Which library or algorithm should I use? ...