Skip to content

aoand/VO2018-OCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

0) create spool directory:

mkdir img-421135543

1) convert pdf to set of images page-xxx.png
pdftoppm img-421135543.pdf img-421135543/page -png

2) run OCR:

find img-421135543 -type f | sort | ./stand_alone.py > result.txt 2>errors.txt

DEBUG:

0) make sure that output debug directory exists:

mkdir -p test

1) run with one image:

./stand_alone.py --debug image.png

see analyzed squares in test/.

About

quick and dirty script to OCR VO2018 results

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages