Expand description
PDF → Markdown extractor.
See crate-level extract / extract_with_config for the entry points.
Structs§
- Extract
Config - Caller-supplied knobs for
crate::extract_with_config. - PdfDocument
- The result of extracting a PDF document into markdown.
- PdfFigure
- A single extracted image asset.
Enums§
Functions§
- extract
- Extract a PDF file into markdown + figures using the default config.
- extract_
with_ config - Like
extract, with a caller-suppliedExtractConfig.
Type Aliases§
- Image
Emitter - Image emitter signature:
fn(hash, alt) -> markdown_fragment.