ocrJob
query
Get OCR job by ID
Retrieves a single OCR job's details.
query {
ocrJob(companyId: Int!, ocrJobId: String!): OcrJob!
}Returns: OcrJob!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
ocrJobId | String! |
Get OCR job by ID
Retrieves a single OCR job's details.
query {
ocrJob(companyId: Int!, ocrJobId: String!): OcrJob!
}Returns: OcrJob!
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
ocrJobId | String! |