// this is a hack which stores individual pages of the source pdf into individual index documents
@ -193,7 +194,7 @@ public class pdfParser extends AbstractParser implements Parser {
result[page]=newDocument(
newAnchorURL(loc+(loc.indexOf('?')>0?'&':'?')+individualPagePropertyname+'='+(page+1)),// these are virtual new pages; we cannot combine them with '#' as that would be removed when computing the urlhash
mimeType,
"UTF-8",
StandardCharsets.UTF_8.name(),
this,
null,
docKeywords,
@ -243,7 +244,7 @@ public class pdfParser extends AbstractParser implements Parser {