Releases: galkahana/pdf-text-extraction
Releases · galkahana/pdf-text-extraction
v1.1.6
What's Changed
- Fix the crash when extracting tables on macOS by @iljukhaput in #26
New Contributors
- @iljukhaput made their first contribution in #26
Full Changelog: v1.1.5...v1.1.6
v1.1.5
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
Improved security when parsing PDFs that can potentially cause endless loop via inter-referencing form xobjects.
What's Changed
- feat: adding nesting check for xobjects by @galkahana in #23
Full Changelog: v1.1.3...v1.1.4
v1.1.3
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
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
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
TextExtraction package 1.0
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
- Bidi by @galkahana in #1
- Fuzztest by @galkahana in #7
- spacing by @galkahana in #8
- Table text extraction by @galkahana in #9
- Pc corrections by @galkahana in #10
- Word tables by @galkahana in #11
- Use pdfhummus package by @galkahana in #12
- Create cmake.yml by @galkahana in #13
- Package by @galkahana in #14
New Contributors
- @galkahana made their first contribution in #1
Full Changelog: https://github.com/galkahana/pdf-text-extraction/commits/v1.0