edgeparse-core 0.2.5

EdgeParse core library — PDF parsing and structured data extraction
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Output generators — TOC, JSON, Markdown, HTML, Text, CSV, Annotated PDF.

pub mod csv;
#[cfg(not(target_arch = "wasm32"))]
pub mod docx;
pub mod html;
pub mod json;
pub mod legacy_json;
pub mod markdown;
pub mod text;
pub mod toc_builder;