nanonets-ocr

1.2.1 • Public • Published

nanonets-ocr

A test NPM package to use the Nanonets OCR API.

Do not use in production.

NPM package: https://www.npmjs.com/package/nanonets-ocr

Usage

> npm install nanonets-ocr
const ocr = require("nanonets-ocr");

To get model details

await ocr.getModelDetails(apiKey, modelId);

To extract data

await ocr.extractData(apiKey, modelId, fileURL);

NOTE:

  • The model is assumed to have already been created on the Nanonets platform.
  • Example usage: HarshKapadia2/nanonets-ocr-app
  • 'Buffer variable not found' error: Run npm install buffer in the project and add if (typeof Buffer === "undefined") global.Buffer = require("buffer").Buffer; at the head of the main file. (More details.)

Readme

Keywords

Package Sidebar

Install

npm i nanonets-ocr

Weekly Downloads

1

Version

1.2.1

License

MIT

Unpacked Size

4.27 kB

Total Files

6

Last publish

Collaborators

  • harshkapadia