How to extract arabic text from image in ocr libary android app
Asked
Active
Viewed 1,217 times
-2
-
Possible duplicate of [How to extract text from image Android app](https://stackoverflow.com/questions/37287910/how-to-extract-text-from-image-android-app) – tomerpacific Jan 31 '19 at 09:30
1 Answers
0
Try using google vision API: https://cloud.google.com/vision/ This API supports many languages including Arabic. You can try the API online and upload an image that contains Arabic writing and see the results for yourself.

Gal
- 422
- 5
- 21
-
I havent used the library in my code yet but it lets you upload an image and shows the respond of your text. Give it a try online and see – Gal Feb 03 '19 at 11:03