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

Anchor the match #385

Closed sebbASF closed 2 years ago

sebbASF commented 2 years ago

Ensures commented entries are not processed Should also speed matching as no need to scan entire line

yob commented 2 years ago

I'm not convinced the speed difference will be noticeable, but this is a nice improvement :+1: