Cookbook from my elementary school, Brinton Memorial, hastily converted to markdown and presented via mkdocs-material.
To view the cookbook, visit https://mikew.github.io/brinton-memorial-cookbook/
./script/start
./script/build
This requires ImageMagick and tesseract, but I ended up not using the tesseract output. The built-in detection on macOS did a better job splitting the ingredients into columns.
You'll also need to download the original scan and place it in this folder.
This will generate a folder at original-scan/processing/
, containing trimmed
versions of the pages in the PDF, and the OCR output of each page.
brew install imagemagick tesseract
./script/process-original-scan