Reproduction of Dennis Couzin's 1983 work on optical printing. Derived from a scan in a PDF.
Go to file
Matt McWilliams 4e9d2af7db Add Aimframe section 2022-07-26 15:12:48 -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
original Add original pdf 2022-07-26 13:38:54 -04:00
pdf Add introduction page--still not adding graphics, will recreate in SVG 2022-07-26 14:03:39 -04:00
NOTES_ON_OPTICAL_PRINTER_TECHNIQUE.md Add Aimframe section 2022-07-26 15:12:48 -04:00
README.md Add extraction scripts and initial work on markdown 2022-07-26 13:38:38 -04:00
compile.sh Add introduction page--still not adding graphics, will recreate in SVG 2022-07-26 14:03:39 -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