Skip to content

Releases: galkahana/pdf-text-extraction

v1.1.12

Choose a tag to compare

@galkahana galkahana released this 11 Jul 15:24

What's Changed

  • feat:implementing native newline, per platform. text uses lf on unix/mac, crlf on windows. can be overriden by @galkahana in #43

Full Changelog: v1.1.11...v1.1.12

v1.1.11

Choose a tag to compare

@galkahana galkahana released this 12 Jun 08:13

updating underlying pdfwriter version, following major vulnerabilities review there.

v1.1.10

Choose a tag to compare

@galkahana galkahana released this 17 Nov 17:05
d6c637a

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

Choose a tag to compare

@galkahana galkahana released this 03 Nov 12:54

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

Choose a tag to compare

@galkahana galkahana released this 14 Jun 15:14

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

Choose a tag to compare

@galkahana galkahana released this 21 Mar 11:05

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

Choose a tag to compare

@galkahana galkahana released this 11 Oct 06:38

What's Changed

New Contributors

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

v1.1.5

Choose a tag to compare

@galkahana galkahana released this 11 Jun 15:19

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

Choose a tag to compare

@galkahana galkahana released this 12 Jan 13:19

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

Choose a tag to compare

@galkahana galkahana released this 27 Dec 10:51

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