Skip to content

Releases: galkahana/pdf-text-extraction

v1.1.6

11 Oct 06:38
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v1.1

26 Apr 14:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0...v1.1

TextExtraction package 1.0

25 Feb 18:19
Compare
Choose a tag to compare

Releasing as a cmake package. You can now use TextExtraction::TextExtraction as an imported target in your project to extract text in your own code.

What's Changed

New Contributors

Full Changelog: https://github.com/galkahana/pdf-text-extraction/commits/v1.0