Skip to content

v0.30.0

Choose a tag to compare

@manykarim manykarim released this 04 Dec 18:03
· 19 commits to main since this release
8300f3e

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 / to ASCII before diffing, eliminating false positives introduced by different renderers.