Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2026

Bumps pymupdf4llm from 0.0.27 to 0.2.9.

Release notes

Sourced from pymupdf4llm's releases.

Version 0.2.9

For a description of changes see this file.

Version 0.2.8

For a summary of changes see file https://github.com/pymupdf/pymupdf4llm/blob/main/CHANGES.md

Version 0.2.7

For details for the changes see this file.

Version 0.2.6

No release notes provided.

Version 0.2.5

See detail descriptions of the changes in this file: https://github.com/pymupdf/pymupdf4llm/blob/main/CHANGES.md

Version 0.2.4

For a list of changes see document https://github.com/pymupdf/pymupdf4llm/blob/main/CHANGES.md.

Version 0.2.3

For details on changes see file https://github.com/pymupdf/pymupdf4llm/blob/main/CHANGES.md

Version 0.2.2

Some hotfixes.

Version 0.2.1

For changes see file https://github.com/pymupdf/pymupdf4llm/blob/main/CHANGES.md

Version 0.2.0

  • Improved reading sequence evaluation for the layout execution path
  • Do no longer import pymupdf.layout to allow running in native mode even when PyMuPDF-Layout is installed.

Release 0.1.9

No release notes provided.

Version 0.1.8

Fix some markdown and text output bugs.

Version 0.1.7

This version represents a major change as it support the new PyMuPDF-Layout package.

Changelog

Sourced from pymupdf4llm's changelog.

Changes in version 0.2.9

Fixes:

  • 356 - Page Chunk Output under to_text() may fail for erroneous layout bboxes
  • 355 - Image saving fails if the document filename contains folder specifications

Other Changes:

  • Added new top-level function get_key_values() to extract the field name and their values if the document is a "Form PDF". This is always available, whether or not PyMuPDF-Layout is avtive.
  • Removed OpenCV dependency. Previously, this was used to determine whether a page is worthwhile to be OCR'd. We now use numpy for these checks.

Changes in version 0.2.8

Fixes:

  • 349 - Is it possible to change the OCR language when using -layout?
  • 352 - Does not respect the image_path keyword argument when write_images=True
  • 353 - How do I filter out pixmap with non-empty size but empty in value

Other Changes:

  • Support new parameter ocr_language. This is a string which is passed through to Tesseract-OCR, so the user is responsible for its format.

  • Changed the format of the page chunk dictionary: the new dictionary key "page_boxes" in layout mode is now a list of dictionaries (was a list of lists). The dictionaries have the following keys / values:

    • "index": 0-based integer enumerating the layout boxes in reading order

    • "class": a string denoting the bbox class ("table", "list-item", "section-header", etc.)

    • "bbox": pymupdf.IRect of the layout boundary box

    • "pos": tuple (start, stop) of integers denoting the text substring of the bboxes text in this chunk's text ("text" key of the chunk). The values are in slice format and can be used to extract the bbox text like this bbox_text = chunk["text"][start : stop].

  • Implemented multiple performance improvements, primarily around rectangle containment checks.


Changes in version 0.2.7

Fixes:

  • 323 - page_chunks=True parameter was ignored in PyMuPDF-Layout mode

Other Changes:

  • Methods to_markdown() / to_text() now both support Page chunk output via parameter page_chunks=True.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jan 10, 2026
@JaredHatfield JaredHatfield moved this from Todo to In Progress in UnitVectorY Labs Jan 15, 2026
@dependabot dependabot bot force-pushed the dependabot/pip/pymupdf4llm-0.2.9 branch from 6eeba76 to a5892f5 Compare January 17, 2026 21:23
Bumps [pymupdf4llm](https://github.com/pymupdf/RAG) from 0.0.27 to 0.2.9.
- [Release notes](https://github.com/pymupdf/RAG/releases)
- [Changelog](https://github.com/pymupdf/pymupdf4llm/blob/main/CHANGES.md)
- [Commits](pymupdf/pymupdf4llm@v0.0.27...0.2.9)

---
updated-dependencies:
- dependency-name: pymupdf4llm
  dependency-version: 0.2.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pymupdf4llm-0.2.9 branch from a5892f5 to 1f4fd15 Compare January 24, 2026 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

0 participants