Skip to content

7.1.0

Compare
Choose a tag to compare
@darrenldl darrenldl released this 12 Jul 14:12
· 206 commits to main since this release
  • Added initial macOS support

    • Likely to have bugs, but will need macOS users to report back
  • Major speedup from letting pdftotext output everything in one pass and split
    on Docfd side instead of asking pdftotext to output one page per invocation

    • For very large PDFs the indexing used to take minutes but now only takes
      seconds

    • Page count may be inaccurate if the PDF page contains form feed character
      itself (not fully sure if pdftotext filters the form feed character from
      content), but should be rare

  • Significant reduction of index file size by adding GZIP
    compression to the index JSON