Supported Features
PDF Find Table
Integrate this step into your Zapier workflow to utilize AI technology in scanning PDF documents for tables. It returns an array of found tables, including coordinates and details about the detected columns.
Input
Name | Description | Required |
---|---|---|
PDF Document URL | Enter the URL of the input PDF document or a filetoken:// link from PDF.co Built-In Files Storage. If using other cloud services like Google Drive or Dropbox, ensure the link is publicly accessible. | Yes |
Custom Profiles | Provide a JSON string to add custom options for the table detection process. Refer to API Profiles for more information. | No |
Source PDF URL & Google
When using Google Drive, it’s typically recommended to choose the File option. For more advanced file integration techniques, see Integrating File Sources with pdf.co.
Output
Name | Description |
---|---|
url | The temporary URL on the PDF.co file server. |
table | An object array containing the found table results. |
TableData.table_1 | An object that includes a found table result. |
TableData.table_2 | An object holding another search result for table, following the same pattern as TableData.table_1 for each output file. |
outputLinkValidTill | A timestamp which indicates how long the url will be available for. |
error | Details of any errors (if any). |
status | The response status code. If all good this will be 200 . |
jobId | The unique identifier for the job. |
credits | The credits spent on the process. |
remainingCredits | The credits left on your account. |
duration | The time it took for the process. |