Documentation
¶
Overview ¶
examples/extract_tables/main.go is the runnable form of the README's "Tables (lines strategy)" example. It exists so that changes to the public API surface break the example at build time rather than letting a stale snippet drift in the README.
Run from the repo root:
go run ./examples/extract_tables testdata/golden/issue-466-example.pdf
The example uses the ExtractTables call with default settings (which select the "lines" strategy on both axes). It prints each detected table's rows × cols and dimensions, then each row as a flat slice — exactly the snippet documented in README.md.
Click to show internal directories.
Click to hide internal directories.