v2
latestOpenAPI 3.0.12026-07-266846393.5 KBFind & Search
Find Text in Table with AI
AI powered document analysis can scan your document for tables and return the array of tables on pages with coordinates and information about columns detected in these tables.
post/v1/pdf/find/table
Request body
Example request
{
"pages": "0,2,5-10, !0, !5-!2"
}Response
Success.
Example response
{
"status": "success",
"message": "Success",
"url": "https://pdf-temp-files.s3.us-west-2.amazonaws.com/output.pdf",
"jobId": "6YSZD3U872ZYYFEDMQCQSGEEO8YSF5WA",
"credits": 2,
"remainingCredits": 1480582,
"duration": 33
}