A sample web app that uses the NanoNets Optical Character Recognition Node.js SDK.
- Clone the repo.
- Navigate to the
example
directory on the command line. - Run
npm install
in theexample
directory. - Create a
.env
file in theexample
directory with the necessary API Keys, Model IDs and other parameters. Refer to sample.env for the.env
file format. - Uncomment the required class instantiations and functions in index.js.
- Run
npm run start
in the root directory of the project to start the server. - The sample web app can be accessed using localhost at the port specified in the server console. The output will be visible on the server console.