Get ocr-counts
GET/api/v8/partner/ocr-counts
Get ocr-counts
Request
Query Parameters
ocr_type string
The name of the ocr type.
created_date__gt string
Created date filter greater than.
created_date__lt string
Created date filter lower than.
created_date__gte string
Created date filter greater or equal.
created_date__lte string
Created date filter lower or equal.
Responses
- 200
A count of previously processed /api/v8/partner/ocr-counts.
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
number_of_scans integerrequired
The number of ocr scans.
source stringrequired
Possible values: [lens
, api
]
The source where scans came from (lens or api).
[
{
"number_of_scans": 0,
"source": "lens"
}
]
Loading...