You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Features
Updates to Compare PDF Documents and Compare PDF Structure
Unified masking pipeline - Compare Pdf Documents and Compare Pdf Structure now share the same JSON/list/dict mask handling as Compare Images, including support for point-based coordinates via unit=pt.
Regex-based text masking - New text_mask_patterns argument lets you drop dynamic lines (dates, IDs, etc.) from both the text and structure comparisons with a single regular expression or Robot list.
Ligature normalisation switch - Set ignore_ligatures=${True} to automatically convert glyphs such as fi/fl to ASCII before diffing, eliminating false positives introduced by different renderers.