pdf: bump to 0.5.0#2218
Merged
Merged
Conversation
Closed
Member
|
Thanks! |
carlopi
pushed a commit
that referenced
this pull request
Jul 11, 2026
0.5.0 (#2218) was pinned to ref 9006e93, which is the batch-1 baseline: it predates every feature the 0.5.0 description advertises. At that commit pdf_images, pdf_split_blank, pdf_watermark, pdf_bates, pdf_redact, and pdf_sign do not exist, so installing 0.5.0 and calling any of them fails with 'function does not exist'. This bumps the ref to d33b1f3 (asubbarao/duckdb-pdf main), where all of those functions are present and tested, plus two robustness fixes landed after the feature merge: - auto-OCR is now best-effort: a blank/scanned page in a plain read no longer hard-errors on machines without a Tesseract model (explicit ocr:=true still raises the actionable install error). - pdf_revisions no longer fatally invalidates the DuckDB connection on a header-less input (an unescaped %PDF- in the error format string escalated a clean IOException to a fatal InternalException). The description already documents these functions; only the pinned ref was wrong. No description changes.
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.
Bumps the
pdfextension 0.3.0 → 0.5.0, pinned to9006e93(all-platform CI green on the extension repo, including windows_amd64/MSVC).New since 0.3.0 — the extension grows from a reader into a full PDF toolkit:
read_pdf_elements(layout elements with bounding boxes, deterministic geometry),pdf_chunks(heading-aware retrieval-ready chunking).pdf_info,pdf_outline,pdf_attachments,pdf_form_fields,pdf_annotations,pdf_revisions(incremental-update forensics),pdf_signatures(detection + cryptographic integrity verification over signed byte ranges),pdf_images(embedded raster extraction).pdf_merge/pdf_split/pdf_split_blank/pdf_rotate/pdf_pages/pdf_compress/pdf_encrypt/pdf_decrypt(AES-256 R6) /pdf_watermark/pdf_bates.ignore_errorsonread_pdf/read_pdf_metafor fault-isolated folder scans.qpdf (12.3.2, vcpkg, default-features=false) is compiled in an isolated C++17 translation unit so the extension still builds against the registry's default C++11 driver. Descriptor docs updated to cover the new surface.
🤖 Generated with Claude Code