OCRStoreAPI2
This API provides a way for the store apps to access the file details for processing and also to submit any processed results for the files.
API | Description |
---|---|
GET api/2/Get-file-slot?processingClientID={processingClientID}&EngineType={EngineType} |
Gets a file slot for the requesting app. A file slot is a collection of file details that needs to be processed for parsing. These are valid files requested by the users. |
POST api/2/Update-file-results |
Submits the results for a file that has been processed by the Stop App. All the results are inserted in the database mapped with the file details. |
GET api/2/write-log-message?logMessage={logMessage} |
Writes log message to the file |
GET api/2/get-ip-address |
Gets the IP Address |