1 unstable release
0.1.0 | May 14, 2024 |
---|
#2096 in Parser implementations
Used in layoutparser-ort
24KB
522 lines
hocr-parser
A parser for the hOCR format, "an open standard for representing document layout analysis and OCR results as a subset of HTML."
Design
This parser uses roxmltree
to parse the XHTML. It simplifies provides easy access to the hOCR data embedded through the HOCR
and Element
structs, as well as their "borrowed" counterparts to prevent allocating for property names.
The parser does not validate if the file adheres to the hOCR specification. It checks required metadata and validity of hOCR element and property names but does not check property values.
License
Licensed under either of
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~0.4–1MB
~22K SLoC