Skip to main content

edgeparse_core/models/
mod.rs

1//! Data model types for EdgeParse.
2//!
3//! Implements the type hierarchy from Spec 05.
4
5pub mod bbox;
6pub mod chunks;
7pub mod content;
8pub mod document;
9pub mod enums;
10pub mod list;
11pub mod semantic;
12pub mod table;
13pub mod text;