Skip to content

v2.4

Choose a tag to compare

@NastyBoget NastyBoget released this 28 Jul 09:47
· 2 commits to master since this release
be737a7
  • Upgrade PyPDF2 to pypdf>4 and fix bugs in attachments extraction from PDF files.
  • Added each_page_textual_layer_detection parameter for textual layer detection on each page of PDF documents (for PdfAutoReader).
  • Added ENABLE_CANCELLATION env variable for enabling/disabling parsing cancellation after client disconnection (enabled by default).
  • Fixed location coordinates of attached images extracted by PdfTabbyReader.
  • Added new reader PdfBrokenEncodingReader for PDF documents with textual layer but broken encoding (pdf_with_text_layer=bad_encoding).