Examples¶
Five runnable scripts that live in
olgadoc/examples/
and cover the most common pipelines.
| Example | Demonstrates |
|---|---|
| Quickstart | Document.open, per-page preview |
| Extract tables | doc.tables(), cross-page tables, the Table payload |
| Batch processability | doc.processability(), health gating a directory |
| Search and extract | doc.search(), SearchHit fields |
| JSON walk | doc.to_json(), discriminated JsonElement narrowing |
Every script accepts --help via argparse or prints its usage when run
without arguments.