Camelot

Extracts tables from text-based PDFs (not scanned documents) into pandas DataFrames, exportable to CSV/JSON/Excel/HTML/SQLite, with accuracy/whitespace quality metrics and a CLI. Five parsing strategies: `lattice` (ruled tables), `stream` (whitespace-based), `network`/`hybrid` (text-alignment), and an optional neural `ml` parser (Table Transformer) for hard borderless cases.

The original atlanhq/camelot is archived (2023); camelot-dev/camelot is the actively-maintained community continuation (same project identity/branding, published as camelot-py on PyPI), used here as the current source.