Skip to main content

Crate easyofd_reader

Crate easyofd_reader 

Source
Expand description

§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

Structs§

OfdReader
An OFD document reader.
ReadOptions
OFD 读取选项。