Skip to main content

Module tables

Module tables 

Source
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§

TablesArgs
Arguments for the tables command
TablesExportArgs
Arguments for tables export
TablesImportArgs
Arguments for tables import
TablesListArgs
Arguments for tables list
TablesViewArgs
Arguments for tables view

Enums§

ExportFormatArg
Export format CLI argument
ExtractionModeArg
Extraction mode CLI argument
QualityArg
Quality threshold CLI argument
TablesCommand
Tables subcommands

Functions§

handle_tables
Main dispatcher for tables commands