Search

Nanonets OCR

Last Updated: Nov 26, 2021

Articles

Use this function to convert the scanned documents or image files to JSON format using the Nanonets OCR API.

Syntax

Nanonets OCR (fid, url, token)

Parameters

Input Parameter Name Description
fid File Server ID(FID) of the PDF or image file
url API URL of the nanonets OCR engine
token Authentication token for nanonets API

Returns

Return Value Description
FID FID of the JSON file

Sample

Nanonets OCR (8jki838hdjhe23ndw9, ‘NanonetsAPIurl’, ‘djkldjkwlaxkas’)

  • Converts the scanned image and returns FID of the JSON file.

JSON file can be converted to readable PDF using the function Convert OCR JSON to PDF.

To view all the Document functions, click here.

Did you find what you were looking for?