Download Latest Version v0.2.4 - Scanned pages source code.zip (884.4 kB) Google Add to Preferred Sources
Home / v0.2.0
Name Modified Size InfoDownloads / Week
Parent folder
firecrawl_anydoc-0.2.0-cp310-abi3-win_amd64.whl 2026-08-20 3.5 MB
firecrawl_anydoc-0.2.0.tar.gz 2026-08-20 242.9 kB
firecrawl_anydoc-0.2.0-cp310-abi3-macosx_10_12_x86_64.whl 2026-08-20 3.4 MB
firecrawl_anydoc-0.2.0-cp310-abi3-macosx_11_0_arm64.whl 2026-08-20 3.2 MB
firecrawl_anydoc-0.2.0-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl 2026-08-20 3.2 MB
firecrawl_anydoc-0.2.0-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl 2026-08-20 3.4 MB
firecrawl_anydoc-0.2.0-cp310-abi3-musllinux_1_2_aarch64.whl 2026-08-20 3.4 MB
firecrawl_anydoc-0.2.0-cp310-abi3-musllinux_1_2_x86_64.whl 2026-08-20 3.7 MB
anydoc.linux-x64-musl.node 2026-08-20 8.1 MB
anydoc.win32-x64-msvc.node 2026-08-20 8.1 MB
anydoc.darwin-arm64.node 2026-08-20 6.9 MB
anydoc.darwin-x64.node 2026-08-20 7.4 MB
anydoc.linux-arm64-gnu.node 2026-08-20 7.1 MB
anydoc.linux-arm64-musl.node 2026-08-20 7.1 MB
anydoc.linux-x64-gnu.node 2026-08-20 8.1 MB
README.md 2026-08-20 912 Bytes
v0.2.0 - Excel goes in-house source code.tar.gz 2026-08-20 694.6 kB
v0.2.0 - Excel goes in-house source code.zip 2026-08-20 830.0 kB
Totals: 18 Items   78.4 MB 7

Excel goes in-house

.xlsx, .xlsb and .xls are now read by our own parser - about 4,400 lines of new reader code - and calamine is gone, taking five transitive crates with it.

What that buys:

  • All three containers share one cell model and one number-format renderer, so dates, currencies and rounding come out the same whichever way a workbook was saved.
  • Workbook bugs are now fixable in this repo instead of waiting on an upstream release.
  • Six fewer crates to build and audit.

Smarter Markdown escaping

Backslashes now only appear where emphasis could actually form. a *b 2 * 3 comes out as written, not a \*b 2 \* 3.

Fixes

  • | inside a code span no longer splits table rows
  • docx no longer fuses words together at run boundaries
  • epubs with a repeated spine part no longer duplicate the chapter

Full Changelog: https://github.com/firecrawl/anydoc/compare/v0.1.9...v0.2.0

Source: README.md, updated 2026-08-20