Skip to content

Latest commit

 

History

History
executable file
·
30 lines (21 loc) · 586 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
30 lines (21 loc) · 586 Bytes

Changelog

0.5

  • Add option to scan everything or only files ending with ".pdf"

0.4

  • Bug fixing
  • Add XMP Metadata support
  • Improved Error Handling

v0.3

  • Switch module for reading PDF from PyPDF2 to pdfminer.
  • Add basic detection for encoding of document information

v0.2

  • Catch PdfReadError
  • Check for filetype by filename extension instead of Content-Type header
  • Add doActiveScan

v0.1

  • Initial Version