Path to this page:
Subject: CVS commit: pkgsrc/print/ruby-pdf-reader
From: Takahiro Kambe
Date: 2021-12-13 15:58:57
Message id: 20211213145857.688DAFAEC@cvs.NetBSD.org
Log Message:
print/ruby-pdf-reader: update to 2.7.0
2.7.0 (2021-12-13)
* 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
(http://github.com/yob/pdf-reader/pull/403)
- Improved text extraction on some rotated pages, and rotated text on
normal pages
* Add PDF::Reader::Page#rectangles
(http://github.com/yob/pdf-reader/pull/402)
- Returns page boxes (MediaBox, etc) with rotation applied, and as PORO
rather than arrays of numbers
* Add PDF::Reader::Page#origin (http://github.com/yob/pdf-reader/pull/400)
* Add PDF::Reader::Page#{height,width}
(http://github.com/yob/pdf-reader/pull/399)
* Overlap filter should only drop characters that overlap *and* match
(http://github.com/yob/pdf-reader/pull/401)
Files: