Skip to content

Dot-matrix text recognition in Python via PyTesseract (based on Tesseract)

Notifications You must be signed in to change notification settings

shiv-io/text_recognition_OCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dot-matrix text recognition in Python via PyTesseract (based on Tesseract)

Description

Runs Tesseract OCR on an image file to scan strings. Finds strings matching a common pattern and uses regex to filter results. Stores results in an Excel spreadsheet.

Usage

  1. To install dependencies: pip3 install -r requirements.txt
  2. Run python3 script.py, enter inputs for image file (eg:test.jpg) to be scanned and a common pattern string.