Skip to main content

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

A count of previously processed /api/v8/partner/ocr-counts.

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).

  • ]
Loading...