Expand description
Content extractors for DOCX/DOC files.
Modules§
- image
- Image extraction helpers for DOCX archives.
- numbering
- Parser for
word/numbering.xmlin OOXML documents. - sax
- 基于 SAX 的流式 DOCX 读取器。
- table
- Table extraction from DOCX/DOC files via
office_oxideIR. - text
- Plain text extraction from DOCX/DOC files via
office_oxide.
Enums§
- Document
Format - Supported document formats.
Functions§
- detect_
format - Detects the document format from file extension and magic bytes.
- detect_
format_ from_ bytes - Detects the document format from magic bytes only.