Skip to main contentCrate sdocx
Source - 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.
- Error
- Errors that can occur when parsing an
.sdocx file.
- parse
- Parse a
.sdocx file from a filesystem path. - parse_bytes
- Parse a
.sdocx file from in-memory bytes.
- Result
- A specialized
Result type for sdocx operations.