Skip to main content

Crate sdocx

Crate sdocx 

Source

Structs§

BoundingBox
An axis-aligned bounding box.
Color
An RGB color.
Document
A parsed .sdocx document containing pages and metadata.
DocumentMetadata
Document-level metadata extracted from the .sdocx archive.
Page
A single page within a document.
Point
A 2D point.
Stroke
A single pen stroke consisting of points and associated data.

Enums§

Error
Errors that can occur when parsing an .sdocx file.

Functions§

parse
Parse a .sdocx file from a filesystem path.
parse_bytes
Parse a .sdocx file from in-memory bytes.

Type Aliases§

Result
A specialized Result type for sdocx operations.