The project uses the Tesseract OCR to scan a pre-filled Web Form and extract data of the fields in the form, to then fill the present empty form.
Clone the repository into your local computer with the command
git clone https://github.com/KshAbo/Form-OCR.git /Your/local/file/path
After doing so, go to your file where you saved the repository and run the command (Note: You will need to have node installed before running the command)
npm install
You can now host the website by running the command
npm run dev
Now open your preferred web browser and go to the URL: http://localhost:8000/