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
//! Data model types for EdgeParse.
//!
//! Implements the type hierarchy from Spec 05.

pub mod bbox;
pub mod chunks;
pub mod content;
pub mod document;
pub mod enums;
pub mod list;
pub mod semantic;
pub mod table;
pub mod text;