Skip to content

Tags: firecrawl/pdf-inspector

Tags

v1.15.0

Toggle v1.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(release): repair ARM64 package builds (#411)

Define the ARMv8 assembler macro for legacy AArch64 cross-compilers used by the npm and PyPI release matrices, and keep independent targets running when one fails.

v1.14.2

Toggle v1.14.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(release): bump package versions to 1.14.2 (#382)

Ship the extractor resource bounds and layout fixes that landed since 1.14.1.

Co-authored-by: Cursor <cursoragent@cursor.com>

packages-2026-08-10

Toggle packages-2026-08-10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(release): bump package versions (#343)

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
extractPagesMarkdown: return classification metadata (0.7.0) (#32)

Combine per-page markdown extraction with layout classification into a
single parse. extractPagesMarkdown now returns PagesExtractionResult with
pages_with_tables, pages_with_columns, pages_needing_ocr, and is_complex
alongside the per-page markdown — eliminating redundant PDF parses for
callers that need both.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add extractPagesMarkdown for per-page markdown extraction (#31)

* add extract_pages_markdown_mem for per-page markdown extraction

Enables hybrid OCR pipelines to skip GPU render+layout for simple text
pages by providing per-page markdown with needs_ocr flags. Font stats
are computed document-wide for consistent header detection.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* bump napi package version to 0.6.0

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
napi: use string enums for PdfType and ItemType (0.5.0) (#29)

Replace stringly-typed pdf_type and item_type fields with
#[napi(string_enum)] enums for proper TypeScript type checking.
Add link_url field to TextItem instead of encoding URL in the
item_type string.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.4.3

Toggle v0.4.3's commit message
fix clippy warnings: prefix unused page_has_gid, cfg(test) wrapper

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.4.2

Toggle v0.4.2's commit message
v0.4.2 — paragraph-as-table misread detection

v0.4.1

Toggle v0.4.1's commit message
v0.4.1 — extract_tables_in_regions: needs_ocr on suspicious table str…

…ucture

v0.4.0

Toggle v0.4.0's commit message
bump napi package