Skip to content

Releases: galkahana/pdf-text-extraction

v1.1.10

17 Nov 17:05
d6c637a

Choose a tag to compare

optimizing build for docker builds

What's Changed

  • splitting Encoding to multiple files and using a different init strategy to potentially help with build time at arm by @galkahana in #33
  • fixing windows build following recent change by @galkahana in #34

Full Changelog: v1.1.9...v1.1.10

v1.1.9

03 Nov 12:54

Choose a tag to compare

adding methods to both extractor classes allowing for custom parsing in addition to parsing files.

What's Changed

  • feat: add methods in libary to accept custom stream. either as parser or custom stream by @galkahana in #32

Full Changelog: v1.1.8...v1.1.9

v1.1.8

14 Jun 15:14

Choose a tag to compare

upgrading to pdfwriter 4.7.0.
some improved safety, but more importantly - support of pdf2.0 encryption.

What's Changed

  • conf: updating pdfwriter to support 2.0 encryption and upgrading package by @galkahana in #31

Full Changelog: v1.1.7...v1.1.8

v1.1.7

21 Mar 11:05

Choose a tag to compare

What's Changed

  • bug: unsafe unicode parsing leading to application crash by @galkahana in #29

Full Changelog: v1.1.6...v1.1.7

v1.1.6

11 Oct 06:38

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.5...v1.1.6

v1.1.5

11 Jun 15:19

Choose a tag to compare

Added binaries in Releases section.
For the sake of simplicity the executables do not provide "bidi" support. Will be considered on demand.

What's Changed

  • adding binaries (Default, no bidi) to releases by @galkahana in #24

Full Changelog: v1.1.4...v1.1.5

v1.1.4

12 Jan 13:19

Choose a tag to compare

Improved security when parsing PDFs that can potentially cause endless loop via inter-referencing form xobjects.

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.3

27 Dec 10:51

Choose a tag to compare

This release:

  • update to most recent PDFWriter lib for some security updates. also uses direct url to a smaller release package that doesn't include testing materials
  • borrowing from recent changes in PDFWriter excludes test materials from this repo package

Full Changelog: v1.1.2...v1.1.3

v1.1.2

24 Jul 17:52

Choose a tag to compare

What's Changed

  • bug: page input is deleted multiple times due to incorrect ownership … by @galkahana in #20

Full Changelog: v1.1.1...v1.1.2

v1.1.1 correction for fonts without unicode map...probably an important one. and hummus upgrade

23 Jun 11:04
d5a78c7

Choose a tag to compare

What's Changed

  • wasnt marking as initialized by @galkahana in #17
  • feat: upgrade hummus version and promote this version to 1.1.1 by @galkahana in #18

Full Changelog: v1.1...v1.1.1