Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2025

Bumps pymupdf4llm from 0.0.25 to 0.0.27.

Release notes

Sourced from pymupdf4llm's releases.

Version 0.0.27

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

Version 0.0.26

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

Changelog

Sourced from pymupdf4llm's changelog.

Changes in version 0.0.27

Fixes:

  • 296 - [Bug] A specific diagram recognized as significant ...
  • 294 - Unable to extract images from Page
  • 272 - Disappeared page breaks

Other Changes:

  • Added new parameter to to_markdown: page_separators=False. If True and page_chunks=False a line like --- end of page=nnn --- is appended to each pages markdown text. The page number is 0-based. Intended for debugging purposes.

Changes in version 0.0.26

Fixes:

  • 289 - Content Duplication with the latest version
  • 275 - Text with background missing from output
  • 262 - Markdown error parsing

Other Changes:

  • The table module in package PyMuPDF has been modified: Its method to_markdown() will now output markdown-styled cell text. Previously, table cells were extracted as plain text only.

  • The class TocHeaders is now a top-level import and can now be directly used.

  • Method to_markdown has a new parameter detect_bg_color=True (default) which guesses the page's background color. If a background is detected, fill-only vectors having this color are ignored. False will always consider "fill" vectors in vector graphics detection.

  • Text written with a Type 3 font will now always be considered. Previously, this text was always treated as invisible and was hence suppressed.

  • The package now contains the license file GNU Affero GPL 3.0 to ease distribution (see LICENSE). It also clarifies that PyMuPDF4LLM is dual licensed under GNU AGPL 3.0 and individual commercial licenses.

  • There is a new file versions_file.py which contains version information. This is used to ensure the presence of a minimum PyMuPDF version at import time.

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [pymupdf4llm](https://github.com/pymupdf/RAG) from 0.0.25 to 0.0.27.
- [Release notes](https://github.com/pymupdf/RAG/releases)
- [Changelog](https://github.com/pymupdf/RAG/blob/main/CHANGES.md)
- [Commits](pymupdf/pymupdf4llm@v0.0.25...v0.0.27)

---
updated-dependencies:
- dependency-name: pymupdf4llm
  dependency-version: 0.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 22, 2025
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

None yet

Development

Successfully merging this pull request may close these issues.

1 participant