Get job result

This API returns the job result for all the Async OCR API and Create Job API for the given job id. The input for this API is job id which is generated by Async API(s) and by Create Job API.

The table shows the settings required:

Component Description
API Method ocrsvc/v{ver}/GetJobResult
Input
  • ver:1(Default value)
  • taskID: The JobID of the Job.
  • isPathRequired: Boolean Value (True/False). By default, False
Output The response is of JSON type.

This table shows the status codes with corresponding response body:

Status Code Response body
200 The response body returns the complete output of the specified job. The output includes jobs that the system creates through the Create Job API, Sync OCR API, or Async OCR API.
202 { "message": "In Progress", "status": "Accepted" }
4xx/5xx { "message": "Error message description", "status": "Failed" }