Expand description
Table extraction and management commands.
Provides CLI commands for:
- Importing tables from PDF documents
- Listing tables stored in an MV2 file
- Exporting tables to CSV/JSON
- Viewing individual tables
Structs§
- Tables
Args - Arguments for the
tablescommand - Tables
Export Args - Arguments for
tables export - Tables
Import Args - Arguments for
tables import - Tables
List Args - Arguments for
tables list - Tables
View Args - Arguments for
tables view
Enums§
- Export
Format Arg - Export format CLI argument
- Extraction
Mode Arg - Extraction mode CLI argument
- Quality
Arg - Quality threshold CLI argument
- Tables
Command - Tables subcommands
Functions§
- handle_
tables - Main dispatcher for tables commands