# gpdf **Repository Path**: chuckchill_admin/gpdf ## Basic Information - **Project Name**: gpdf - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-02 - **Last Updated**: 2026-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gpdf Extract borderless tables from a PDF area (Tabula-compatible coordinates) to CSV. ## Prerequisites - Go ≥ 1.21 - [oliverpool/unipdf v3](https://github.com/oliverpool/unipdf) — AGPL 开源 fork,**无需 License** ## Usage ```bash go run ./cmd/gpdf -a 167,4,563,398 -p 1 input.pdf > output.csv ``` ### Flags | Flag | Description | |------|-------------| | `-a` | Required. Area as `top,left,bottom,right` (Tabula coords, pt) | | `-p` | Page(s): `1`, `1-3`, or `1,3,5` (default: `1`) | ## Test fixtures ```bash go run testdata/gen/main.go ``` ## License 本项目开源。PDF 库使用 [oliverpool/unipdf](https://github.com/oliverpool/unipdf)(AGPL-3.0)。