denisstasyev / Tesseract_Example

My example of usage pytesseract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My example of usage pytesseract


Languages

Language:Python 100.0%