Ocr
Ocr Converts a scanned PDF or image file to a searchable PDF or a text file.
Build
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory. package.json can be changed for custom build.
Deploy
Use PM2 to deploy server.js and set the server to point into the dist folder.
External Dependencies
This project relies on PyMuPDF and PyPDFOCR being installed and in the path.