kaankarakoc42 / tesseract-ocr-screen-translater

Takes screenshots of selected specific locations and converts image data to text with tesseract-ocr, translates converted text data into target language with googletrans api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tesseract-ocr-screen-translater

screen translater runs with tesseract-ocr and tkinter-gui

First install tesseract-orc

https://github.com/UB-Mannheim/tesseract/wiki

Windows

Architecture download url
x86 https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w32-setup-v5.1.0.20220510.exe
x64 https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w64-setup-v5.1.0.20220510.exe

Linux

Debian,Ubuntu -> sudo apt install tesseract-ocr -y

Execution

pip install -r requirements.txt

python ui.pyw

Shot screen and translate it

a437df7d_AdobeExpress

About

Takes screenshots of selected specific locations and converts image data to text with tesseract-ocr, translates converted text data into target language with googletrans api

License:MIT License


Languages

Language:Python 100.0%