The API of ABBYY Cloud OCR SDK uses HTTP POST and HTTP GET methods for sending data to an HTTP server. The parameters of requests are specified in the URL string. The URL depends on the processing location of your application. See Data processing location for details.
Below you can find the two versions of API:
API v1 (XML version)
- processImage Method
- submitImage Method
- processDocument Method
- processBusinessCard Method
- processTextField Method
- processBarcodeField Method
- processCheckmarkField Method
- processFields Method
- processMRZ Method
- getTaskStatus Method
- deleteTask Method
- listTasks Method
- listFinishedTasks Method
- getApplicationInfo Method
- HTTP status codes and response formats
API v2 (JSON version)
This API is provided in a technology preview mode. It may be updated in future.
- processImage Method
- submitImage Method
- processDocument Method
- processBusinessCard Method
- processTextField Method
- processBarcodeField Method
- processCheckmarkField Method
- processFields Method
- processMRZ Method
- getTaskStatus Method
- deleteTask Method
- listTasks Method
- listFinishedTasks Method
- getApplicationInfo Method
- HTTP status codes and response formats
Cloud OCR SDK server requires authentication before allowing access to its resources on the Internet. To authenticate on the server, you need a registered Application ID and Application Password. See details in the Authentication section.
Comments
0 comments
Please sign in to leave a comment.