alephdata / ingest-file

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

Bump pymupdf from 1.21.1 to 1.23.3 #515

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Bumps pymupdf from 1.21.1 to 1.23.3.

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.23.3 released

PyMuPDF-1.23.3 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

Changes in version 1.23.3 (2023-08-31)

  • Fixed use of Tesseract for OCR.

PyMuPDF-1.23.2 released

PyMuPDF-1.23.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

Changes in version 1.23.2 (2023-08-28)

PyMuPDF-1.23.1 released

PyMuPDF-1.23.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

Changes in version 1.23.1 (2023-08-24)

  • Updated README and package summary description.

  • Fixed a problem on some Linux installations with Python-3.10 (and possibly earlier versions) where import fitz failed with ImportError: libcrypt.so.2: cannot open shared object file: No such file or directory.

  • Fixed incompatible architecture error on MacOS arm64.

  • Fixed installation warning from Poetry about missing entry in wheels' RECORD files.

... (truncated)

Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.23.3 (2023-08-31)

  • Fixed use of Tesseract for OCR.

Changes in version 1.23.2 (2023-08-28)

  • Fixed [#2613](https://github.com/pymupdf/pymupdf/issues/2613) https://github.com/pymupdf/PyMuPDF/issues/2613_: release 1.23.0 not MacOS-arm64 compatible

Changes in version 1.23.1 (2023-08-24)

  • Updated README and package summary description.

  • Fixed a problem on some Linux installations with Python-3.10 (and possibly earlier versions) where import fitz failed with ImportError: libcrypt.so.2: cannot open shared object file: No such file or directory.

  • Fixed incompatible architecture error on MacOS arm64.

  • Fixed installation warning from Poetry about missing entry in wheels' RECORD files.

Changes in version 1.23.0 (2023-08-22)

  • Add method find_tables() to the Page object.

    This allows locating tables on any supported document page, and extracting table content by cell.

  • New "rebased" implementation of PyMuPDF.

    The rebased implementation is available as Python module fitz_new. It can be used as a drop-in replacement with import fitz_new as fitz.

  • Python-independent MuPDF libraries are now in a second wheel called PyMuPDFb that will be automatically installed by pip.

    This is to save space on pypi.org - a full release only needs one

... (truncated)

Commits
  • 1a3a06e Updated version and dates for 1.23.3.
  • 4c7ef98 setup.py: build MuPDF with tesseract.
  • b6dbb00 tests/: added basic tesseract test, exclude two tests known to fail on rebased.
  • c623ec6 scripts/gh_release.py: added support for building Pyodide wheels.
  • cfd5f16 .github/workflows/build_wheels.yml: added wheels_default input.
  • ec60fbe setup.py: fix building with system MuPDF.
  • f7ca6e7 Updated vesion and dates for 1.23.2.
  • 12e9435 Updated vesion and dates for 1.23.2rc1
  • 9290de9 setup.py: minor.
  • 8fd0a23 pipcl.py: fix github macos x64+arm64 builds by improving command rerunning.
  • 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 11 months ago

Superseded by #525.