Skip to main content

Module parser_tools

Module parser_tools 

Source

Re-exports§

pub use content_parser::TABLE_ANCHOR;
pub use content_parser::djot_to_plain_text;
pub use djot_options::DjotExportOptions;
pub use djot_options::DjotImportOptions;
pub use docx_options::DocxExportOptions;
pub use docx_options::DocxHeadingStyle;
pub use epub_options::EpubExportOptions;
pub use image_options::ExportImage;
pub use image_options::ExportImages;
pub use image_options::HtmlExportOptions;
pub use image_options::HtmlImageMode;
pub use pdf_options::PdfExportOptions;
pub use sentence::Sentence;
pub use sentence::sentence_bounds;
pub use sentence::sentences;
pub use text_options::FORM_FEED;
pub use text_options::HTML_PAGE_BREAK_STYLE;
pub use text_options::MarkdownExportOptions;
pub use text_options::PlainTextExportOptions;
pub use text_options::markdown_page_break;
pub use word_count::CountMethod;
pub use word_count::WordCharCounts;
pub use word_count::count;
pub use word_count::count_djot;

Modules§

content_parser
djot_options
Per-feature selection for djot import/export.
docx_options
Page geometry + base typography for DOCX export.
epub_options
Book-level metadata for EPUB export.
fragment_schema
image_options
Image payloads supplied to an export.
list_grouper
pdf_options
Page geometry + typography + font bytes for PDF export (via embedded Typst).
sentence
Sentence boundaries — the granularity between a word and a block.
text_options
Opt-ins for the two flowing export formats.
word_count
Pure word/character counting over &str — no document, no store, no threads.