This release fixes parsing of UBL invoices containing large embedded attachments.
Bug Fixes
- Reader: Enable
LIBXML_PARSEHUGEto support parsing UBL documents with large base64-encoded PDF attachments (>10MB). Previously, libxml would throw "huge text node" errors when encountering large embedded binary objects. (Fixes #168)