Nanonets
nano_netsNanonets provides an AI-driven Intelligent Document Processing API that transforms unstructured documents into structured data, enabling efficient data extraction and workflow automation.
Acciones disponibles (11)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create OCR ModelNANO_NETS_CREATE_MODELAcciónTool to create a new ocr model. use when you need to initialize an ocr model before training.
NANO_NETS_CREATE_MODELAcciónTool to create a new ocr model. use when you need to initialize an ocr model before training.
Parámetros de entrada
namestringOptional human-readable name for the model.
categoriesstring[]ObligatorioList of OCR model categories. Exactly one category 'ocr' is supported.
model_typestringOptional model type. If provided, must be 'ocr'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete OCR ModelNANO_NETS_DELETE_MODELAcciónTool to delete an ocr model. use when you need to permanently remove a trained model by its id.
NANO_NETS_DELETE_MODELAcciónTool to delete an ocr model. use when you need to permanently remove a trained model by its id.
Parámetros de entrada
model_idstringObligatorioThe unique identifier of the OCR model to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get all OCR modelsNANO_NETS_GET_ALL_MODELSAcciónTool 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.
NANO_NETS_GET_ALL_MODELSAcciónTool 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.
Parámetros de entrada
pageintegerPage number to retrieve (>= 1).
page_sizeintegerNumber of results per page (>= 1).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All Prediction FilesNANO_NETS_GET_ALL_PREDICTION_FILESAcciónTool to fetch all prediction files associated with a specific model. use when you need to list all inference requests after model processing is complete.
NANO_NETS_GET_ALL_PREDICTION_FILESAcciónTool to fetch all prediction files associated with a specific model. use when you need to list all inference requests after model processing is complete.
Parámetros de entrada
pageintegerPage number for pagination
limitintegerNumber of items per page
model_idstringObligatorioUnique identifier of the model
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get OCR Model DetailsNANO_NETS_GET_MODEL_DETAILSAcciónTool to retrieve details of an ocr model. use when you need full metadata of a model by its id.
NANO_NETS_GET_MODEL_DETAILSAcciónTool to retrieve details of an ocr model. use when you need full metadata of a model by its id.
Parámetros de entrada
model_idstringObligatorioUnique identifier of the OCR model to retrieve details.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get OCR Training ImagesNANO_NETS_GET_TRAINING_IMAGESAcciónTool to retrieve training images for an ocr model. use when you need to page through images associated with a model before training or analysis.
NANO_NETS_GET_TRAINING_IMAGESAcciónTool to retrieve training images for an ocr model. use when you need to page through images associated with a model before training or analysis.
Parámetros de entrada
pageintegerPage number for pagination
model_idstringObligatorioUnique identifier of the OCR model
page_sizeintegerNumber of images per page
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get WorkflowsNANO_NETS_GET_WORKFLOWSAcciónTool to retrieve a list of all workflows in your nanonets account. use when you need to inventory or inspect all configured workflows.
NANO_NETS_GET_WORKFLOWSAcciónTool to retrieve a list of all workflows in your nanonets account. use when you need to inventory or inspect all configured workflows.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Workflow DocumentsNANO_NETS_LIST_DOCUMENTSAcciónTool to retrieve a paginated list of documents processed by a workflow. use when you need to view documents after processing.
NANO_NETS_LIST_DOCUMENTSAcciónTool to retrieve a paginated list of documents processed by a workflow. use when you need to view documents after processing.
Parámetros de entrada
pageintegerPage number for pagination (must be >= 1).
limitintegerNumber of items per page (must be >= 1).
workflow_idstringObligatorioUnique identifier for the workflow.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update OCR ModelNANO_NETS_UPDATE_MODELAcciónTool to update an ocr model's details. use after reviewing the model's current configuration to modify its name, categories, notes, or classification settings.
NANO_NETS_UPDATE_MODELAcciónTool to update an ocr model's details. use after reviewing the model's current configuration to modify its name, categories, notes, or classification settings.
Parámetros de entrada
notesstringAdditional notes or description for the model.
model_idstringObligatorioUnique identifier of the OCR model to update.
categoriesstring[]List of categories for the model.
model_namestringNew human-readable name for the model.
is_document_classificationbooleanFlag indicating if the model is for document classification.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Upload Training Images by FileNANO_NETS_UPLOAD_TRAINING_IMAGES_BY_FILEAcciónTool to upload training images by file to a specified ocr model. use when adding files to a model for training purposes.
NANO_NETS_UPLOAD_TRAINING_IMAGES_BY_FILEAcciónTool to upload training images by file to a specified ocr model. use when adding files to a model for training purposes.
Parámetros de entrada
filesstring[]ObligatorioList of local file paths of images to upload for training.
model_idstringObligatorioUnique identifier of the OCR model to which the images will be uploaded.
annotationstringOptional JSON string for annotation data following NanoNets schema.
categoriesstringOptional comma-separated category names to assign to the uploaded images, e.g., 'invoice,receipt'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Upload Training Images by URLNANO_NETS_UPLOAD_TRAINING_IMAGES_BY_URLAcciónTool to upload training images by url to a specified ocr model. use when adding urls of images to a model for training purposes.
NANO_NETS_UPLOAD_TRAINING_IMAGES_BY_URLAcciónTool to upload training images by url to a specified ocr model. use when adding urls of images to a model for training purposes.
Parámetros de entrada
urlsstring[]ObligatorioList of publicly accessible image URLs to upload for training.
model_idstringObligatorioUnique identifier of the OCR model to which the images will be uploaded.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not