Reproduction of Dennis Couzin's 1983 work on optical printing. Derived from a scan in a PDF.
Go to file
Matt McWilliams 90dff1d7a4 Add extraction scripts and initial work on markdown 2022-07-26 13:38:38 -04:00
extract Add extraction scripts and initial work on markdown 2022-07-26 13:38:38 -04:00
ocr Add extraction scripts and initial work on markdown 2022-07-26 13:38:38 -04:00
NOTES_ON_OPTICAL_PRINTER_TECHNIQUE.md Add extraction scripts and initial work on markdown 2022-07-26 13:38:38 -04:00
README.md Add extraction scripts and initial work on markdown 2022-07-26 13:38:38 -04:00
compile.sh Add extraction scripts and initial work on markdown 2022-07-26 13:38:38 -04:00
style.css Add extraction scripts and initial work on markdown 2022-07-26 13:38:38 -04:00

README.md

NOTES ON OPTICAL PRINTER TECHNIQUE

Reproduction on the guide written by Dennis Couzin.

PDF Dependencies

  • pandoc
bash compile.sh 

Text extraction dependencies

  • Python3.7
  • OpenCV 2
  • Tesseract
  • PIL
cd extract
python3 pdf.py > ../ocr/pdf_output.txt
python3 ocr.py > ../ocr/tesseract_output.txt