It appears that the Tesseract worker path is incorrect in the GitHub Pages deployment.
The app is hosted at:
https://potatameister.github.io/PaperKnife/
However, the worker is attempting to load from:
https://potatameister.github.io/tesseract/worker.min.js
Since the project is deployed under /PaperKnife/, the worker path may need to include the repository base path.
This results in CPU OCR failing completely.
It appears that the Tesseract worker path is incorrect in the GitHub Pages deployment.
The app is hosted at:
https://potatameister.github.io/PaperKnife/
However, the worker is attempting to load from:
https://potatameister.github.io/tesseract/worker.min.js
Since the project is deployed under /PaperKnife/, the worker path may need to include the repository base path.
This results in CPU OCR failing completely.