NeutrinosPlatform / cordova-plugin-mobile-ocr

A cordova plugin that can accept image URI or Base64 data and returns the text present in the image as string without need for network. You can also try :- https://github.com/NeutrinosPlatform/cordova-plugin-ml-text
MIT License
49 stars 30 forks source link

Arabic Support #20

Closed MohamedFekry007 closed 5 years ago

MohamedFekry007 commented 5 years ago

Please why there is no arabic support ??

ChrisTomAlx commented 5 years ago

Hey @MohamedFekry007 Unfortunately googles mobile vision library only supports latin based language for now. You could however look at tesseract. They have a wide variety of languages. Although not as accurate as googles mobile vision, under the correct lighting it should get the job done.

Cheers and have a nice day :) Chris Neutrinos