Download Latest Version v0.2.4 - Scanned pages source code.zip (884.4 kB) Google Add to Preferred Sources
Home / v0.2.3
Name Modified Size InfoDownloads / Week
Parent folder
firecrawl_anydoc-0.2.3-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl 2026-08-20 3.5 MB
firecrawl_anydoc-0.2.3-cp310-abi3-musllinux_1_2_aarch64.whl 2026-08-20 3.4 MB
firecrawl_anydoc-0.2.3-cp310-abi3-musllinux_1_2_x86_64.whl 2026-08-20 3.7 MB
firecrawl_anydoc-0.2.3-cp310-abi3-win_amd64.whl 2026-08-20 3.6 MB
firecrawl_anydoc-0.2.3.tar.gz 2026-08-20 266.7 kB
anydoc.linux-x64-musl.node 2026-08-20 8.2 MB
anydoc.win32-x64-msvc.node 2026-08-20 8.3 MB
firecrawl_anydoc-0.2.3-cp310-abi3-macosx_10_12_x86_64.whl 2026-08-20 3.4 MB
firecrawl_anydoc-0.2.3-cp310-abi3-macosx_11_0_arm64.whl 2026-08-20 3.3 MB
firecrawl_anydoc-0.2.3-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl 2026-08-20 3.3 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.2 MB
README.md 2026-08-20 1.1 kB
v0.2.3 - Checkboxes source code.tar.gz 2026-08-20 729.3 kB
v0.2.3 - Checkboxes source code.zip 2026-08-20 871.0 kB
Totals: 18 Items   79.5 MB 4

Checkboxes in spreadsheets

Form control checkboxes in xlsx, xlsm, xlsb, xls and ods now come out in the cell they sit over, as [x] / [ ] followed by the caption when there is one. They used to be dropped, so a sheet of tick boxes lost its answers.

| Quantity | Panel length (mm) | L/R | R/L | Roof | Wall |
| --- | --- | --- | --- | --- | --- |
| 14 | 4680 | [x] | [ ] | [x] | [ ] |
| 14 | 4595 | [x] | [x] | [x] | [ ] |

Hidden controls, and controls in hidden rows or columns, stay out like any other hidden content. The Excel 365 cell checkboxes (a boolean cell) are unchanged and still print TRUE / FALSE.

Model

Checkboxes have one node: Inline::Checkbox(bool) in Rust, kind checkbox with a checked field in the node, wasm and Python documents. The Markdown renderer owns the [x] / [ ] token, in table cells and in lists alike. ListItem.checked is gone: a task list item is an item whose content starts with a checkbox.

Full Changelog: https://github.com/firecrawl/anydoc/compare/v0.2.2...v0.2.3

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