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
12
13
//! Shared utility functions.

pub mod diff;
pub mod font_metrics_cache;
pub mod image_dedup;
pub mod language_detector;
pub mod layout_analysis;
pub mod page_range;
pub mod sanitizer;
pub mod statistics;
pub mod text_normalizer;
pub mod xref_index;
pub mod xycut;