Releases: galkahana/pdf-text-extraction
v1.1.10
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
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
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
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
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