mirror of
https://github.com/firecrawl/anydoc.git
synced 2026-09-14 14:18:33 +08:00
5f587c34e4
- Format::from_bytes detects the format from container signatures and package identity (PDF header, RTF open group, OLE stream names, OPC officeDocument content type with root-element and conventional-path fallbacks, ODF/EPUB mimetype with manifest/container fallbacks); to_markdown prefers content detection over the extension - calamine and pdf-inspector move from git forks to crates.io releases (0.36.1 contains both fork fixes; 0.1.7 matches the pinned branch), unblocking cargo publish; migrate off deprecated merged-region APIs - clean_text treats a CRLF pair as one line break instead of two spaces - fixtures are checked out byte-exact via .gitattributes (EOL conversion was silently editing text fixtures on Windows) - CI runs on pull requests and manual dispatch, not pushes to main - README trimmed to user-facing behavior; package metadata for crates.io
3 lines
91 B
Plaintext
3 lines
91 B
Plaintext
# Fixture bytes are snapshot ground truth: never EOL-convert them.
|
|
tests/fixtures/** -text
|