fix: switch to pdftohtml for pdf to html conversions (#998)

* fix: switch to pdftohtml for pdf to html conversions

* build: include poppler-utils in dockerfile for pdftohtml
This commit is contained in:
Eric
2024-03-29 17:02:33 -04:00
committed by GitHub
parent 27bbf7a513
commit dfb8c64f5a
37 changed files with 101 additions and 58 deletions

View File

@@ -244,6 +244,6 @@ public class EndpointConfiguration {
}
}
}
private static final String REMOVE_BLANKS = "remove-blanks";
}