chore(deps): update dependency firecrawl/anydoc to v0.2.4 - #456
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency firecrawl/anydoc to v0.2.4#456renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/firecrawl-anydoc-0-x
branch
from
August 11, 2026 02:07
53f61ef to
e19a757
Compare
renovate
Bot
force-pushed
the
renovate/firecrawl-anydoc-0-x
branch
from
August 14, 2026 03:31
e19a757 to
f980e64
Compare
renovate
Bot
force-pushed
the
renovate/firecrawl-anydoc-0-x
branch
from
August 15, 2026 00:44
f980e64 to
5cc2329
Compare
renovate
Bot
force-pushed
the
renovate/firecrawl-anydoc-0-x
branch
from
August 21, 2026 01:31
5cc2329 to
9c75866
Compare
renovate
Bot
force-pushed
the
renovate/firecrawl-anydoc-0-x
branch
from
August 28, 2026 00:58
9c75866 to
f1503b9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.1.6→v0.2.4Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
firecrawl/anydoc (firecrawl/anydoc)
v0.2.4: - Scanned pagesCompare Source
Scanned pages are reported, not dropped
A PDF with scanned or image-only pages used to convert with those pages silently missing, and a fully scanned one failed as unsupported. Conversion now fails naming the pages:
ConvertError::NeedsOcr { pages, page_count }in Rust,needsOcrwithpagesandpageCounton the error in Node and wasm,NeedsOcrErrorwith.pagesand.page_countin Python, exit code 3 on the CLI.Hosted OCR, opt in
anydoc converts locally and does not do OCR. In Node and Python,
ocr: 'hosted'/ocr="hosted"(CLI:--ocr hosted) sends a PDF that fails withneedsOcr, and only that, to Firecrawl Parse. It works without an account, and settingFIRECRAWL_API_KEYraises the limits. Failures come back ashosted/HostedError. No new dependencies.Node package
The entry point is now
anydoc.js, a wrapper over the generated binding. Everythingindex.jsexported is still exported.Full Changelog: firecrawl/anydoc@v0.2.3...v0.2.4
v0.2.3: - CheckboxesCompare Source
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.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, kindcheckboxwith acheckedfield in the node, wasm and Python documents. The Markdown renderer owns the[x]/[ ]token, in table cells and in lists alike.ListItem.checkedis gone: a task list item is an item whose content starts with a checkbox.Full Changelog: firecrawl/anydoc@v0.2.2...v0.2.3
v0.2.2: - Prices stay pricesCompare Source
Fix
$in ordinary text is now escaped only where it could actually open a math span: directly before non-space, with a closing$later on the line. v0.2.1 escaped every dollar, so prices came out as\$20.00.Full Changelog: firecrawl/anydoc@v0.2.1...v0.2.2
v0.2.1: - EquationsCompare Source
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.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
mathblock and inline kind with the LaTeX intext.Markdown
$in ordinary text is now escaped, so a price can never pair up into a math span.Full Changelog: firecrawl/anydoc@v0.2.0...v0.2.1
v0.2.0: - Excel goes in-houseCompare Source
Excel goes in-house
.xlsx,.xlsband.xlsare 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:
Smarter Markdown escaping
Backslashes now only appear where emphasis could actually form.
a *b 2 * 3comes out as written, nota \*b 2 \* 3.Fixes
|inside a code span no longer splits table rowsFull Changelog: firecrawl/anydoc@v0.1.9...v0.2.0
v0.1.9Compare Source
Full Changelog: firecrawl/anydoc@v0.1.8...v0.1.9
v0.1.8Compare Source
Full Changelog: firecrawl/anydoc@v0.1.7...v0.1.8
v0.1.7Compare Source
Full Changelog: firecrawl/anydoc@v0.1.6...v0.1.7
Configuration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.