alephdata / ingest-file

Ingestors extract the contents of mixed unstructured documents into structured (followthemoney) data.
GNU Affero General Public License v3.0
53 stars 25 forks source link

Bump pymupdf from 1.21.1 to 1.24.2 #616

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Bumps pymupdf from 1.21.1 to 1.24.2.

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.24.2 released

PyMuPDF-1.24.2 has been released.

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.24.2 (2024-04-17)

  • Removed obsolete classic implementation from releases (previously available as module fitz_old).

  • Fixed issues:

  • Other:

    • New/modified methods:

      • Document.bake(): new, make annotations / fields permanent content.
      • Page.cluster_drawings(): new, identifies drawing items (i.e. vector graphics or line-art) that belong together based on their geometrical vicinity.
      • Page.apply_redactions(): added new parameter text.
      • Document.subset_fonts(): use MuPDF's pdf_subset_fonts() instead of PyMuPDF code.
    • The Document class now supports page numbers specified as slices.

    • Avoid causing MuPDF warnings.

PyMuPDF-1.24.1 released

PyMuPDF-1.24.1 has been released.

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.24.1 (2024-04-02)

  • Fixed issues:

... (truncated)

Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.24.3 (2024-04-xx)

  • Fixed issues:

    • Fixed 3402 <https://github.com/pymupdf/PyMuPDF/issues/3402>_: Cannot add Widgets containing inter-field-calculation JavaScript

    • Fixed 3379 <https://github.com/pymupdf/PyMuPDF/issues/3379>_: Documentation mismatch for get_text_blocks return value order.

  • Other:

    • New/modified methods:

      • Page.remove_rotation(): new, set page rotation to zero while keeping appearance.

Changes in version 1.24.2 (2024-04-17)

  • Removed obsolete classic implementation from releases (previously available as module fitz_old).

  • Fixed issues:

    • Fixed 3331 <https://github.com/pymupdf/PyMuPDF/issues/3331>_: Document.pages() is incorrectly type-hinted
    • Fixed 3354 <https://github.com/pymupdf/PyMuPDF/issues/3354>_: PyMuPDF==1.24.1: AttributeError: property 'metadata' of 'Document' object has no setter
  • Other:

    • New/modified methods:

      • Document.bake(): new, make annotations / fields permanent content.
      • Page.cluster_drawings(): new, identifies drawing items (i.e. vector graphics or line-art) that belong together based on their geometrical vicinity.
      • Page.apply_redactions(): added new parameter text.
      • Document.subset_fonts(): use MuPDF's pdf_subset_fonts() instead of PyMuPDF code.
    • The Document class now supports page numbers specified as slices.

    • Avoid causing MuPDF warnings.

Changes in version 1.24.1 (2024-04-02)

  • Fixed issues:

... (truncated)

Commits
  • 272bbe2 src/init.py: avoid problems with type hint on Python-3.8.
  • 6b7673f wdev.py: improved fix for alternative output from py -0.
  • 616d55d scripts/sysinstall.py: exclude test_textbox3().
  • 8227b50 Update changelog, version numbers and release dates for release 1.24.2.
  • 3cf0f04 tests/test_mupdf_regressions.py: fix expectations with mupdf-1.24.x.
  • a7333fc changes.txt: updated to match changes since 1.24.1.
  • 8c1d843 Restore ability to set Document.metadata, broken in 1.24.1.
  • 915b3c4 wdev.py: cope with slightly different output from py -0.
  • 872f44d Support MuPDF subset font version
  • 1af6417 New Document method "bakes-in" annotations and fields
  • Additional commits viewable in compare view


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 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[bot] commented 1 month ago

Superseded by #633.