Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pdf-reader requirement from ~> 2.4.0 to >= 2.4, < 2.12 #110

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2022

Updates the requirements on pdf-reader to permit the latest version.

Changelog

Sourced from pdf-reader's changelog.

v2.11.0 (26th October 2022)

  • Various bug fixes
  • Expanded sorbet type annotations

v2.10.0 (12th May 2022)

  • Various bug fixes
  • Expanded sorbet type annotations

v2.9.2 (20th February 2022)

  • Fix PDF::Reader::ObjectHash#page_references to return an Array of PDF::Reader::Reference (yob/pdf-reader#444)

v2.9.1 (4th February 2022)

  • Fix exception in Page#walk introduced in 2.9.0 (yob/pdf-reader#442)
  • Other small bug fixes

v2.9.0 (24th January 2022)

  • Support additional encryption standards (yob/pdf-reader#419)
  • Return CropBox correctly from Page#rectangles (yob/pdf-reader#420)
  • For sorbet users, additional type annotations are included in the gem

v2.8.0 (28th Decemeber 2021)

  • Add PDF::Reader::Page#runs for extracting text from a page with positioning metadata (yob/pdf-reader#411)
  • Add options to PDF::Reader::Page#text to make some behaviour configurable (yob/pdf-reader#411)
    • including extracting the text for only part of the page
  • Improve text positioning and extraction for Type3 fonts (yob/pdf-reader#412)
  • Skip extracting text that is positioned outside the page (yob/pdf-reader#413)
  • Fix occasional crash when reading some streams (yob/pdf-reader#405)

v2.7.0 (13th December 2021)

  • Include RBI type files in the gem
    • Downstream users of pdf-reader who also use sorbet should find many parts of the API will now be typed checked by sorbet
  • Fix glyph positioning in some rotation scenarios (yob/pdf-reader#403)
    • Improved text extraction on some rotated pages, and rotated text on normal pages
  • Add PDF::Reader::Page#rectangles (yob/pdf-reader#402)
    • Returns page boxes (MediaBox, etc) with rotation applied, and as PORO rather than arrays of numbers
  • Add PDF::Reader::Page#origin (yob/pdf-reader#400)
  • Add PDF::Reader::Page#{height,width} (yob/pdf-reader#399)
  • Overlap filter should only drop characters that overlap and match (yob/pdf-reader#401)

v2.6.0 (12th November 2021)

  • Text extraction improvements
  • Performance improvements
    • Reduced memory pressure when decoding TIFF images (yob/pdf-reader#360)
    • Optional dependency on ascii81_native gem for faster processing of files using the ascii85 filter (yob/pdf-reader#359)
  • Successfully parse more files

... (truncated)

Commits
  • 625e8dc prepare for release
  • 946559b oops
  • aacc768 Merge pull request #498 from yob/fix-reading-tempfile
  • 8877391 Ensure PDFs can be read from Tempfile instances
  • 01f2739 Merge pull request #496 from yob/page-text-skip-empty-runs
  • a5a3c99 Skip text runs with no text when rendering a page
  • a8372c9 Merge pull request #494 from ShockwaveNN/fix/typo-in-documentation
  • f5c2634 Fix typo in documentation of pages method
  • fa9366a Merge branch 'pr/493'
  • 7381564 add failing spec
  • Additional commits viewable in compare view

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 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)

Updates the requirements on [pdf-reader](https://github.com/yob/pdf-reader) to permit the latest version.
- [Release notes](https://github.com/yob/pdf-reader/releases)
- [Changelog](https://github.com/yob/pdf-reader/blob/main/CHANGELOG)
- [Commits](yob/pdf-reader@v2.4.2...v2.11.0)

---
updated-dependencies:
- dependency-name: pdf-reader
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants