Skip to content

khanhthanhh9/PyQTI2T

Repository files navigation

PyQTI2T - PyQT Image To Text

A functional example project that is written in python to process any given image and extract the text while try to preserve the structure and indentation of the text

User installation instruction

To proper install and use the tool, please:

  1. Clone the project
  2. Installing pyqt: pip install PyQt5
  3. Installing pytesseract-ocr pip install tesseract-ocr. Make sure to add PATH to the environment variable
  4. Compile and run the program: python main.py

How to tweak this project for your own use

  1. To alter the algorithm for image processing, you can modify the imageprocessing.py
  2. To alter the algorithm for text indentation, you can modify the textprocessing.py

Issues & bugs

If you found an issue or would like to submit an improvement to this project, please submit an issue using the issues tab above. If you would like to submit a PR with a fix, reference the issue you created!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages