alephdata / ingest-file

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

Bump pymupdf from 1.21.1 to 1.23.20 #582

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 6 months ago

Bumps pymupdf from 1.21.1 to 1.23.20.

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.23.20 released

PyMuPDF-1.23.20 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.23.20 (2024-01-29)

  • Bug fixes:

  • Other:

    • Significantly improved speed of Document.get_toc().

PyMuPDF-1.23.19 released

PyMuPDF-1.23.19 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.23.19 (2024-01-25)

  • Bug fixes:

  • Other:

    • When finding tables:

      • Allow addition of user-defined "virtual" vector graphics when finding tables.
      • Confirm that the enveloping bboxes of vector graphics are inside the clip rectangle.
      • Avoid slow finding of rectangle intersections.
    • Added Font.bbox property.

PyMuPDF-1.23.18 released

... (truncated)

Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version ? (?)

  • Fixed issues:

  • Other:

    • Fixed bug in set_xml_metadata(), PR 3112 https://github.com/pymupdf/PyMuPDF/pull/3112>_: Fix pdf_add_stream metadata error
    • Fixed lack of .parent member in TextPage from Annot.get_textpage().
    • Fixed bug in Page.add_widget().

Changes in version 1.23.20 (2024-01-29)

  • Bug fixes:

    • Fixed 3100 <https://github.com/pymupdf/PyMuPDF/issues/3100>_: Wrong internal property accessed in get_xml_metadata
  • Other:

    • Significantly improved speed of Document.get_toc().

Changes in version 1.23.19 (2024-01-25)

  • Bug fixes:

    • Fixed 3087 <https://github.com/pymupdf/PyMuPDF/issues/3087>_: Exception in insert_image with mask specified
    • Fixed 3094 <https://github.com/pymupdf/PyMuPDF/issues/3094>_: TypeError: '<' not supported between instances of 'FzLocation' and 'int' in doc.delete_pages
  • Other:

    • When finding tables:

      • Allow addition of user-defined "virtual" vector graphics when finding tables.
      • Confirm that the enveloping bboxes of vector graphics are inside the clip rectangle.
      • Avoid slow finding of rectangle intersections.
    • Added Font.bbox property.

Changes in version 1.23.18 (2024-01-23)

  • Bug fixes:

    • Fixed 3081 <https://github.com/pymupdf/PyMuPDF/issues/3081>_: doc.close() not closing the document

... (truncated)

Commits
  • 0a63b9c Updated version, changelog, and dates for release 1.23.20.
  • fc405f7 address #3100, fix for Document.get_xml_metadata().
  • 7959684 src/init.py: simplified Page.insert_image() with mask and mupdf >= 1.24.0.
  • 7511fac Resolve get_toc speed issue
  • 82282b3 Update version, changelog and dates for release 1.23.19.
  • a0d20fb Added Font.bbox property.
  • 892fe31 Address #3087, fix Page.insert_image() with mask specified.
  • 803dd0b src/init.py: use mupdf.pdf_choice_widget_options2() if available.
  • 565c491 Address #3094, test and fix for bug in Document.delete_page().
  • 7ce0673 document new parameter "add_lines"
  • 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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 5 months ago

Superseded by #589.