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

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -