NAiOS IconNAiOS Logo
Volver al catálogo

OCR Web Service

ocr_web_service

OCR Web Service provides SOAP and REST APIs for integrating Optical Character Recognition (OCR) technology into software products, mobile devices, or other web services.

Acciones
4
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (4)

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.

Get Account CredentialsOCR_WEB_SERVICE_GET_ACCOUNT_CREDENTIALSAcción

Tool to extract ocrwebservice credentials. use when credentials need to be retrieved from connection metadata before invoking service operations.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Account InformationOCR_WEB_SERVICE_GET_ACCOUNT_INFORMATIONAcción

Tool to retrieve current account details such as remaining pages, subscription plan, and expiration date. use when checking account status before submitting ocr jobs.

Parámetros de entrada

  • user_namestring

    OCRWebService account username (optional)

  • license_codestring

    OCRWebService account license code (optional)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

OCR Web Service LogOCR_WEB_SERVICE_OCR_WEB_SERVICE_LOGAcción

Tool to retrieve ocr processing logs. use after specifying date range for your account.

Parámetros de entrada

  • to_datestringObligatorio

    End date for log (YYYY-MM-DD)

  • reservedstring[]

    Reserved values, if any

  • from_datestringObligatorio

    Start date for log (YYYY-MM-DD)

  • user_namestringObligatorio

    Account user name

  • license_codestringObligatorio

    Account license code

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

OCRWebService RecognizeOCR_WEB_SERVICE_OCR_WEB_SERVICE_RECOGNIZEAcción

Tool to call soap recognize operation. use when performing ocr on an image to retrieve text, output document, word coordinates, and errors.

Parámetros de entrada

  • user_namestringObligatorio

    OCRWebService account username

  • OCRWSSettingobjectObligatorio

    OCR processing settings (languages, output, options)

  • license_codestringObligatorio

    OCRWebService account license code

  • OCRWSInputImageobjectObligatorio

    Input file container (name + data)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not