This project contains an OCR app written in Javascript that uses the tesseract.ocr OCR engine. See https://tesseract.projectnaptha.com/ for tesseract.js documentation.
The app uses the Next.js React Framework (https://nextjs.org/)
You can view a live demo over at https://testappyy.herokuapp.com/
- git clone this repo
npm install
the required dependenciesnpm run dev
to start the local server- open http://localhost:3000 in your web browser
-
Check out the docs at https://github.com/naptha/tesseract.js#docs for a full explanation of the tesseract.js API.
-
Check out the docs at Next.js for a full explanation of Next.js API.