Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 651 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 651 Bytes

Depyct

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.

Building

  1. Install Tesseract on the machine.
  2. Install Python3
  3. Install PySide6 by running pip install pyside6 in the terminal.
  4. Clone the repo: git clone https://github.com/jpcarreon/Depyct
  5. Execute the main file: python3 main.py