/Tesseract_Example

My example of usage pytesseract

Primary LanguagePython

Tesseract_Example

My example of usage pytesseract

Initial Setup

To run this project you need to execute some commands

  1. Basic step:
  • git clone https://github.com/denisstasyev/Tesseract_Example.git
  • cd Tesseract_Example/src
  • Install python3 and pip3
  1. Install Tesseract locally:
  • sudo apt update
  • sudo apt install tesseract-ocr
  • sudo apt install tesseract-ocr-eng
  • sudo apt install tesseract-ocr-rus
  1. Setup Virtual Environment:
  • pip3 install virtualenv
  • virtualenv venv
  • source ./venv/bin/activate
  • pip3 install -r requirements.txt
  1. Run this project:
  • python3 run.py