You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sean McBride 6dc172952c
refactor: assorted bash cleanup
4 years ago
..
.gitignore feat: port OCR experiments to framework 4 years ago
README.md chore: move by_dpi into ocr dir 4 years ago
edf_nopreemption.env refactor: assorted bash cleanup 4 years ago
edf_preemption.env refactor: assorted bash cleanup 4 years ago
fifo_nopreemption.env feat: port OCR experiments to framework 4 years ago
fifo_preemption.env feat: lpd using framework 4 years ago
install.sh chore: Apply shfmt to shell scripts 4 years ago
run.sh refactor: assorted bash cleanup 4 years ago
spec.json chore: update tests to handle stricter validation 4 years ago

README.md

OCR varied by DPI

Generates pnm image files containing random words from the wamerican dictionary.

The number of words are held constant at 100, and the mono font is used for all runs. The dpi of the image is varied to judge how more visual details affects OCR accuracy and performance.

Run install.sh to install required tools and run.sh to run the tests.