officemd_core 0.1.4

Shared IR, package reading, and relationships for OfficeMD
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# officemd_core

Shared IR, package reading, and relationship parsing for OfficeMD.

This crate is the internal foundation for the format extractors, markdown renderer, Docling conversion layer, and language bindings.

## Responsibilities

- Shared document IR types
- OOXML package and relationship helpers
- Common building blocks used by DOCX, XLSX, CSV, PPTX, and PDF crates

## Build

```bash
cargo test -p officemd_core
```