Action group: Text recognition
The action allows you to extract text from a file using ABBYY Cloud OCR service
Property | Description | Type | Filling example | Mandatory field |
---|---|---|---|---|
Parameters | ||||
File path | File requirements: https://support.abbyy.com/hc/en-us/articles/360017326819-Input-image-formats | Robin.FilePath | Yes | |
Application ID in ABBYY Cloud OCR | Identifier of the application registered in ABBYY Cloud OCR A description of what an application id is is located at: https://support.abbyy.com/hc/en-us/articles/360017326739-Authentication | Robin.String | Yes | |
Application password in ABBYY Cloud OCR | Password of the application registered in ABBYY Cloud OCR A description of what an application password is is located at: https://support.abbyy.com/hc/en-us/articles/360017326739-Authentication | Robin.String | Yes | |
The HTTP server URL address, used for API calls | The HTTP server URL address, used for API calls, varies depending on the data processing location. A description of what an processing location is is located at: https://support.abbyy.com/hc/en- us/articles/360017269920-Data-processing-location | Robin.String | No | |
Results | ||||
Extracted text | Text that were found in the image | Robin.String |
The ABBYY Cloud OCR SDK service requires authentication before you can access its API. In order for your client program to authenticate with the service, you need to register an Application ID and Application Password. You can find the Application ID and Application Password in the email sent to you when you create your application.
Registration at the link: https://cloud.ocrsdk.com/Account/Welcome/Register
Task: recognize text from a file.
Solution: use the "Extract text from file" action.
Implementation:
Result
The program robot completed successfully. The text has been extracted.