27 lines
564 B
YAML
27 lines
564 B
YAML
Example to extract data from EMEA AR PDF Document.
|
|
Sample:
|
|
{
|
|
"doc_id": "501380553"
|
|
}
|
|
Author: Blade He
|
|
---
|
|
parameters:
|
|
- name: EMEA AR Document Id
|
|
in: body
|
|
type: string
|
|
required: true
|
|
description: Example to extract data from EMEA AR PDF Document.
|
|
default: {"doc_id": "501380553"}
|
|
schema:
|
|
required:
|
|
- Document Id
|
|
properties:
|
|
doc_id:
|
|
description: EMEA AR Document Id
|
|
required: true
|
|
type: string
|
|
responses:
|
|
200:
|
|
description: succesfully.
|
|
400:
|
|
description: failed. |