easyofd-reader 0.1.0

OFD file reader for easyofd-rust
Documentation

easyofd-reader

OFD file reader that parses GB/T 33190-2016 compliant ZIP archives.

Architecture

input.ofd (ZIP)
├── OFD.xml                    → find DocRoot
└── Doc_0/
    ├── Document.xml           → read page list
    └── Pages/
        ├── Page_0.xml         → parse content
        └── Page_N.xml