Depyct is a simple GUI frontend for Tesseract. The GUI accepts files or an image from the clipboard. The parsed text will be shown upon clicking the output button.
- Install Tesseract on the machine.
- Install Python3
- Install PySide6 by running
pip install pyside6
in the terminal. - Clone the repo:
git clone https://github.com/jpcarreon/Depyct
- Execute the main file:
python3 main.py