Quickstart
Features
Copy a picture, extract its text using tesseract and replace the text by its translation into a PIL Image
How to use :
from picslate import convert
img=convert(image,from_lang,to_lang)
img.show()
Note
You can use a custom translator or corrector thanks to “translator” and “corrector” args into convert
How to run into cli:
picslate image from_lang to_lang