Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.18 KB

README.md

File metadata and controls

48 lines (26 loc) · 1.18 KB

OCR Translator ⛩

Android app that with the help of OpenCV (using SVM algorithm) detects the text in a image and format it to a string. Then if you wish to, you can translate it to any language that Google Tranlate supports.


Demo

Feautures

  • Take a photo with camera and extract whole block of text, line or a word from it. You can translate that text to a choosen language.
  • Choose an image from gallery and extract whole block of text, line or a word from it. You can translate that text to a choosen language.
  • Translate your written text.

API usage

  • Request : TranslateText (POST)

    • Headers:

      • 'Content-Type' : 'application/x-www-form-urlencoded'
    • Endpoint:

      • '/translate'
    • Params:

      • 'text' -> String that you want to translate.
      • 'language' -> String that you want to translate.

Built With


License

This project is licensed under the MIT License - see the LICENSE file for details