================= Quickstart ================= .. contents:: :depth: 1 :local: :backlinks: none .. highlight:: console Features ---------------- Copy a picture, extract its text using tesseract and replace the text by its translation into a PIL Image How to use : ------------------- .. code-block:: python 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: -------------------------------------- .. code-block:: console picslate image from_lang to_lang