Skip to main content

Crate bobine

Crate bobine 

Source

Re-exports§

pub use config::ConverterConfig;
pub use config::FormulaBackend;
pub use config::ModelOpts;
pub use config::ModelPrecision;
pub use config::ModelQuantization;
pub use config::ProviderOpts;
pub use config::RenderOpts;
pub use config::RoutingMode;
pub use config::RoutingOpts;
pub use config::TextOpts;
pub use converter::HybridConverter;
pub use converter::ProgressHooks;
pub use engine::OnnxEngine;
pub use error::BobineError;
pub use excel::CellData;
pub use excel::CellJson;
pub use excel::ExcelDocument;
pub use excel::SheetData;
pub use excel::convert_excel;
pub use excel::excel_to_json;
pub use excel::sheets_to_csv;
pub use excel::sheets_to_markdown;
pub use office_images::OfficeImage;
pub use office_images::collect_office_images;
pub use office_images::collect_package_images;
pub use office_images::splice_office_images;
pub use pipeline::ConvertedDocument;
pub use pipeline::LintOutcome;
pub use rapid_table::RapidTable;
pub use tables::html_tables_to_gfm;
pub use tex_teller::TexTeller;

Modules§

assets
okf-asset:// staging convention for extracted images.
config
converter
documents
Text-type document model and frontmatter handling.
engine
error
excel
Excel workbook export: markdown, per-sheet CSV, typed JSON.
office_images
Office picture extraction.
pdf_source
pipeline
Document ingestion orchestration.
rapid_layout
rapid_ocr
rapid_table
tables
tex_teller