惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
云风的 BLOG
云风的 BLOG
IT之家
IT之家
C
Check Point Blog
T
The Blog of Author Tim Ferriss
S
SegmentFault 最新的问题
人人都是产品经理
人人都是产品经理
H
Hackread – Cybersecurity News, Data Breaches, AI and More
美团技术团队
M
MIT News - Artificial intelligence
Jina AI
Jina AI
Blog — PlanetScale
Blog — PlanetScale
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Security Blog
Microsoft Security Blog
G
Google Developers Blog
F
Fortinet All Blogs
V
Visual Studio Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
Tailwind CSS Blog
Hugging Face - Blog
Hugging Face - Blog
MyScale Blog
MyScale Blog
爱范儿
爱范儿
The Cloudflare Blog
博客园 - 三生石上(FineUI控件)

Inside Nutrient

A guide to the invisible work behind documents Introducing Nutrient Documents for Salesforce: Native document generation and signing Document AI vs. traditional OCR: Choosing between OCR, AI, and hybrid pipelines PDF SDK compliance and security evaluation checklist for enterprise teams (2026) Invariant Corp replaces paper processes with Nutrient Workflow and scales without limits What is process mapping? A complete guide Nutrient vs. Conga Composer for Salesforce document generation (2026) Document routing: How to automate document distribution The CTO’s AI playbook: Why accountability architecture beats orchestration Compliance workflow automation: Why built-in compliance is table stakes Workflow diagrams: Examples, symbols, and how to build one that actually runs Digital forms: Replace paper forms with automated workflows Approval workflow software: How to automate approvals Why document-centric automation is different The CEO’s AI playbook: Why decision architecture beats model selection Nutrient SDK product updates for Q1 2026 PDF redaction verification: How to prove sensitive data is permanently removed What is a VPAT? The complete guide to accessibility conformance reports What is PDF/UA? The accessible PDF standard explained Salesforce eSignatures: Generate, sign, and track documents in one flow Online document viewer: Options, tradeoffs, and how to embed one Document viewer for web apps: React, Vue, Angular (2026) Best document viewers in 2026: A buyer’s guide How to edit a PDF in Python: Add text, images, and annotations Nutrient advances Workflow platform with agentic AI for enterprise-grade speed and consistency in document-heavy operations How to create a Salesforce quote template from opportunity data The business case for accessibility: Five ways it drives enterprise value Python PDF library comparison (2026): 7 libraries for developers Why your AI agent hallucinates PDF table data PDF.js limitations: When to upgrade to a commercial PDF SDK
Extract tables from PDF with Nutrient Document Web Servic...
Hulya Masharipov · 2025-02-14 · via Inside Nutrient

Table of contents

    This tutorial shows you how to extract structured table data from PDF files using the Nutrient Document Web Services API on Zapier. You’ll trigger the workflow when a PDF is uploaded to Google Drive and extract its tables into a structured JSON format for reporting, analytics, or automation.

    Extract tables from PDF with Nutrient Document Web Services API on Zapier

    What is Zapier?

    Zapier(opens in a new tab) is a no-code automation tool that connects your favorite apps and services. You can create workflows (“Zaps”) that automate actions between tools like Google Drive, Gmail, Slack, Notion, and more.

    What is Nutrient DWS Processor API?

    Nutrient Document Web Services API provides more than 30 document automation tools for PDFs, images, and Office files. With your free account(opens in a new tab), you get 50 credits to experiment with:

    • Converting documents to/from PDF
    • Extracting tables, text, or metadata
    • Adding digital signatures or redactions
    • Running OCR, annotations, and form actions

    What you’ll need

    Step 1 — Trigger a new file in a Google Drive folder

    1. Select Google Drive as the trigger app.

    Select Google Drive as the Zap trigger

    1. Choose the New File in Folder trigger event.

    Choose 'New File in Folder' trigger event

    1. Connect your Google Drive account.
    2. Configure the trigger:
    • In the Drive field, select your Google Drive.
    • Select or create a folder where PDFs with tables will be uploaded (e.g. /extract-tables).

    Configure the folder to watch for PDF files with tables

    1. Test with a sample PDF containing tables.

    Test the trigger with a sample PDF containing table data

    1. Choose Nutrient Document Web Services API as the action app.

    Choose Nutrient as the action app

    1. Select the Extract Tables from PDF action.

    Select the 'Extract Tables from PDF' action event

    1. Connect your Nutrient DWS Processor API account using your API key.

    Paste your API key to connect to Nutrient DWS Processor API

    You can find your API key in the Nutrient dashboard(opens in a new tab).

    Copy your API key from the Nutrient dashboard

    1. Fill out the fields:
      • PDF File URL — From step 1 (Google Drive trigger).
      • Output File Name — Optional (e.g. extracted_table.json).

    Fill in the action fields including PDF file and output name

    Ensure the PDF is publicly accessible via URL or shared through Zapier’s Google Drive integration.

    1. Test the step. The result will be a structured JSON file containing extracted table data.

    Successful test showing table data extracted into JSON format

    1. Add Google Drive as the final app and select Upload File.

    Choose Google Drive 'Upload File' action

    1. Configure:
      • Drive — Select your drive.
      • Folder — Choose a destination like /extracted-json.
      • File — Use the output from step 2 (JSON file).

    Map the extracted table JSON from the Nutrient step

    1. Run a test to confirm the JSON file is uploaded to drive.

    Final test shows JSON file uploaded to Drive

    Conclusion

    You’ve now automated the process of extracting tabular data from PDFs and saving it as a JSON file using Zapier(opens in a new tab) and Nutrient DWS Processor API(opens in a new tab). This workflow is perfect for pulling out table-based data from receipts, invoices, reports, or financial documents. Enhance this workflow with OCR text recognition, table-to-Excel extraction, or key-value pair extraction for even more data capture capabilities.

    You can expand this Zap to:

    Explore related topics

    Try for free Ready to get started?

    Related SDK articles

    Explore more