yob / pdf-reader

The PDF::Reader library implements a PDF parser conforming as much as possible to the PDF specification from Adobe.
MIT License
1.81k stars 271 forks source link

Fix typo in documentation of `pages` method #494

Closed ShockwaveNN closed 2 years ago

ShockwaveNN commented 2 years ago

It return PDF::Reader::Page object, and this object has no images method, but got several other, like rectangles for example

yob commented 2 years ago

Thanks!