Digitoo is a document management system that streamlines the processing and handling of various document types. It offers robust features for uploading, managing, and tracking documents through different stages of their lifecycle, enhancing efficiency and accuracy in document workflows.
This connector downloads the result of document OCR analysis.
To learn more about the Digitoo API, see the Digitoo API documentation.
Configuration
Digitoo - Connection (ver. 1.1.0)
Your Digitoo account login email.
Password
Your Digitoo account password.
Digitoo - Error Behavior (ver. 1.0.0)
Error behavior
The available values are:
-
Fail and return response: The connector fails at the specified line but generates output with error details.
-
Fail without response: The connector fails - the error will be displayed only in the log.
-
Do not fail and return response: The connector does not fail but generates output records that may be marked with an error and detailed information.
Input & Output Schema
Input
Digitoo - Document ID (ver. 1.1.0)
Column | Data type | Allow null | Description |
---|---|---|---|
DocumentID | String | No | A unique identifier of a document |
Output
Digitoo - Get OCR Data Response (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
StatusCode | Integer | No | A numerical response from the server to an HTTP request sent to an API |
ErrorKey | String | Yes | It may be populated in the case of a failed scenario |
Messages | Digitoo - Message v1.1.0 |
Yes | Digitoo - Message |
Values | Digitoo - Raw Annotation Value v1.0.0 |
Yes | Digitoo - Raw Annotation Value |
Status Code
- 200 Success
- 400 Bad request
- 500 Server error
Digitoo - Message (ver. 1.1.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Message | String | No | In the case of a failed scenario, an error message will be displayed |
Digitoo - Digitoo - Raw Annotation Value (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Index | Integer | No | Index number |
Left | Double | No | The left position of the annotation on the page, measured from the left edge of the document |
Top | Double | No | The top position of the annotation on the page, measured from the top edge of the document |
Width | Double | No | The width of the annotation area on the document page |
Height | Double | No | The height of the annotation area on the document page |
Page | Integer | No | The page number of the document where the annotation is located |
Value | String | No | The extracted text value from the OCR process for the specific annotation area |
RawValue | String | No | The raw OCR output for the annotation area |
Release notes
3.0.7
- First release