返回 Skill 列表
extension
分类: 数据与分析无需 API Key

Tabula PDF 表格提取代理

使用 Tabula Java 库通过 tabula-py 绑定来检测和提取 PDF 文档中的表格。支持网格和流提取模式,可配置区域坐标,并输出为 pandas 数据框或 CSV 格式。

person作者: user_3c6cb52ehubcommunity

Tabula PDF 表格提取代理

Uses Tabula Java library via tabula-py bindings to detect and extract tables from PDF documents. Supports both lattice and stream extraction modes with configurable area coordinates and outputs to pandas DataFrames or CSV.

Installation

Requirements and caveats from upstream:

Basic usage or getting-started notes:

  • Commandline Usage Examples

  • [-g] [-h] [-i] [-l] [-n] [-o <OUTFILE>] [-p <PAGES>] [-r] [-s

  • <PASSWORD>] [-t] [-u] [-v]

  • Source: https://github.com/1991513ccie-png/skills

  • Extracted from upstream docs: https://raw.githubusercontent.com/tabulapdf/tabula-java/HEAD/README.md