Tags: firecrawl/pdf-inspector
Tags
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>
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>
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>
PreviousNext