NenadPantelic / cave-for-devs

Collection of the useful resources, tutorials and exercises for cs students and fresh graduates, but also for all the professionals who want to work on some challenges and find some stuff for maintaining brain and fingers active.
MIT License
0 stars 1 forks source link

ECS: OCR and translate #7

Open NenadPantelic opened 3 years ago

NenadPantelic commented 3 years ago

Implement a mini app that will take input image and perform:

  1. OCR to recognize text from the image (Tesseract)
  2. recognize the language from the text and translate it to the target language (Google translate API preferrably)