Skip to content

dev4hobby/parse-number-from-video

Repository files navigation

Parse numeric character from video

Requirements

# Install Tesseract
brew install tesseract
# Optional (Language pack)
brew install tesseract-lang 

# Install pytesseract package
pip install pytesseract

Target video

full-screen-image

Step 1

crop-only-number-area

python crop_number_area.py

Crop target area

minimize the noise

Step 2

numbers-area

python get_numbers_area.py

Get all numbers area

Step 3

parse-numbe

python parse_number_from_area.py

Parse number from all area w/ pytesseract

About

parse numeric character from video

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages