Download Latest Version v0.2.4 - Scanned pages source code.zip (884.4 kB) Google Add to Preferred Sources
Home / v0.2.1
Name Modified Size InfoDownloads / Week
Parent folder
firecrawl_anydoc-0.2.1-cp310-abi3-macosx_11_0_arm64.whl 2026-08-20 3.2 MB
firecrawl_anydoc-0.2.1-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl 2026-08-20 3.2 MB
firecrawl_anydoc-0.2.1-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl 2026-08-20 3.5 MB
firecrawl_anydoc-0.2.1-cp310-abi3-musllinux_1_2_aarch64.whl 2026-08-20 3.4 MB
firecrawl_anydoc-0.2.1-cp310-abi3-musllinux_1_2_x86_64.whl 2026-08-20 3.7 MB
firecrawl_anydoc-0.2.1-cp310-abi3-win_amd64.whl 2026-08-20 3.6 MB
firecrawl_anydoc-0.2.1.tar.gz 2026-08-20 260.1 kB
anydoc.linux-x64-musl.node 2026-08-20 8.1 MB
anydoc.win32-x64-msvc.node 2026-08-20 8.2 MB
firecrawl_anydoc-0.2.1-cp310-abi3-macosx_10_12_x86_64.whl 2026-08-20 3.4 MB
anydoc.darwin-arm64.node 2026-08-20 7.0 MB
anydoc.darwin-x64.node 2026-08-20 7.4 MB
anydoc.linux-arm64-gnu.node 2026-08-20 7.2 MB
anydoc.linux-arm64-musl.node 2026-08-20 7.2 MB
anydoc.linux-x64-gnu.node 2026-08-20 8.1 MB
README.md 2026-08-20 852 Bytes
v0.2.1 - Equations source code.tar.gz 2026-08-20 720.0 kB
v0.2.1 - Equations source code.zip 2026-08-20 863.1 kB
Totals: 18 Items   79.0 MB 9

Equations come out as LaTeX

Equations used to vanish from the output. Word, PowerPoint, OpenDocument, EPUB and RTF equations now convert to GitHub-flavored math: $...$ inline, $$ blocks for displayed formulas.

The roots are $x=\frac{-b\pm\sqrt{b^{2}-4ac}}{2a}$ for any a.

$$
\sum_{i=1}^{n}{x_{i}}=\sin{\left(\theta\right)}
$$

Covered: fractions, sub/superscripts, radicals, delimiters, n-ary operators with limits, functions, accents, bars, matrices, equation arrays, text runs, Unicode symbols, and the styled alphabets (bold, blackboard, fraktur, script, sans, mono).

Bindings get a math block and inline kind with the LaTeX in text.

Markdown

$ in ordinary text is now escaped, so a price can never pair up into a math span.

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

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