Nanonets provides an AI-driven Intelligent Document Processing API that transforms unstructured documents into structured data, enabling efficient data extraction and workflow automation.
Tool to create a new ocr model. use when you need to initialize an ocr model before training.
Tool to delete an ocr model. use when you need to permanently remove a trained model by its id.
Tool to retrieve a paginated list of all ocr models. use when you need to inspect or manage existing ocr models. call after authentication to fetch your account's models.
Tool to fetch all prediction files associated with a specific model. use when you need to list all inference requests after model processing is complete.
Tool to retrieve details of an ocr model. use when you need full metadata of a model by its id.
Tool to retrieve training images for an ocr model. use when you need to page through images associated with a model before training or analysis.