Skip to main content

Module extractor

Module extractor 

Source
Expand description

Content extractors for DOCX/DOC files.

Modules§

image
Image extraction helpers for DOCX archives.
numbering
Parser for word/numbering.xml in OOXML documents.
sax
基于 SAX 的流式 DOCX 读取器。
table
Table extraction from DOCX/DOC files via office_oxide IR.
text
Plain text extraction from DOCX/DOC files via office_oxide.

Enums§

DocumentFormat
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.