issues
search
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:
OCR to recognize text from the image (Tesseract)
recognize the language from the text and translate it to the target language (Google translate API preferrably)
Implement a mini app that will take input image and perform: