OCR Web Service
ocr_web_serviceOCR Web Service provides SOAP and REST APIs for integrating Optical Character Recognition (OCR) technology into software products, mobile devices, or other web services.
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ónTool to extract ocrwebservice credentials. use when credentials need to be retrieved from connection metadata before invoking service operations.
OCR_WEB_SERVICE_GET_ACCOUNT_CREDENTIALSAcciónTool 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
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 Account InformationOCR_WEB_SERVICE_GET_ACCOUNT_INFORMATIONAcciónTool to retrieve current account details such as remaining pages, subscription plan, and expiration date. use when checking account status before submitting ocr jobs.
OCR_WEB_SERVICE_GET_ACCOUNT_INFORMATIONAcciónTool 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_namestringOCRWebService account username (optional)
license_codestringOCRWebService account license code (optional)
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
OCR Web Service LogOCR_WEB_SERVICE_OCR_WEB_SERVICE_LOGAcciónTool to retrieve ocr processing logs. use after specifying date range for your account.
OCR_WEB_SERVICE_OCR_WEB_SERVICE_LOGAcciónTool to retrieve ocr processing logs. use after specifying date range for your account.
Parámetros de entrada
to_datestringObligatorioEnd date for log (YYYY-MM-DD)
reservedstring[]Reserved values, if any
from_datestringObligatorioStart date for log (YYYY-MM-DD)
user_namestringObligatorioAccount user name
license_codestringObligatorioAccount license code
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
OCRWebService RecognizeOCR_WEB_SERVICE_OCR_WEB_SERVICE_RECOGNIZEAcciónTool to call soap recognize operation. use when performing ocr on an image to retrieve text, output document, word coordinates, and errors.
OCR_WEB_SERVICE_OCR_WEB_SERVICE_RECOGNIZEAcciónTool 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_namestringObligatorioOCRWebService account username
OCRWSSettingobjectObligatorioOCR processing settings (languages, output, options)
license_codestringObligatorioOCRWebService account license code
OCRWSInputImageobjectObligatorioInput file container (name + data)
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