Hi, Poppler's "pdftotext" does not seem to enforce page delimiter at the first column. For instance, I have documents translated with "pdftotext" that skips the first three page starting with " ". In such case, using `page-delimiter' (which defaults to "^ ") to jump to the text contents page does not work as expected. This patch fixes this issue.