Parse tables in the PDF document
The data was received successfully
Invalid request
The request is forbidden (Please input a valid API key)
{- "status": {
- "success": true,
- "code": 200
}, - "result": {
- "model-version": "string",
- "blocks": [
- {
- "id": "string",
- "type": "CELL",
- "geometry": {
- "bbox": {
- "width": 0,
- "height": 0,
- "top": 0,
- "left": 0
}
}, - "relationships": [
- {
- "type": "string",
- "ids": [
- "string"
]
}
], - "page-index": "string",
- "text": "string",
- "text-type": "string",
- "conf": 100,
- "row-index": 1,
- "col-index": 1,
- "row-span": 1,
- "col-span": 1
}
]
}
}
Parse PDF document
Binary file e.g. pdf, docx, html
The data was received successfully
Invalid request
The request is forbidden (Please input a valid API key)
{- "result": {
- "metadata": { },
- "contents": [
- {
- "text": "string",
- "hash": "string",
- "metadata": { }
}
]
}
}
Converts the pages of the input PDF file into JPEG with text clusters marked with bounding boxes.
Binary file e.g. pdf, docx, html
The data was received successfully
Invalid request
The request is forbidden (Please input a valid API key)
{- "status": {
- "success": true,
- "code": 200
}, - "result": {
- "pages": [
- {
- "index": 0,
- "dimensions": {
- "width": 0,
- "height": 0,
- "rotation": 0
}, - "contents": [
- {
- "text": "string",
- "location": {
- "left": 0,
- "top": 0,
- "right": 0,
- "bottom": 0
}, - "dimension": {
- "width": 0,
- "height": 0
}
}
], - "image": {
- "type": "string",
- "base64": "string"
}
}
]
}
}