pdf - Intriguing pdfgrep situation -


i'm having strange problem pdfgrep can't explain. have 400 kb ocr-scanned pdf-file. in file have placed 4 markers (mark_01, mark_02, mark_03 , mark_04).

when open file in evince or adobe reader , search find match these 4 markers.

however, when using command:pdfgrep -n "mark_01" file.pdf

....it returns nothing.

though if edit command pdfgrep -n "mark_0" file.pdf

....it find 4 matches.

it has same behaviour no matter marker search for.

any ideas?

/paul

this behaviour indeed bug in poppler, rendering library pdfgrep uses.

the fix committed on august 27 , in upcoming 0.36.0 release.


Comments

Popular posts from this blog

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -