Skip to content

Android app that with the help of OpenCV detects the text in a image and format it to a string.

License

Notifications You must be signed in to change notification settings

anzemur/OCR-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Android app that with the help of OpenCV detects the text in a image and format it to a string.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages