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
Update quickstart to feature DocxodusEngine and broaden run_redline type hint
The quickstart guide led with the legacy XmlPowerToolsEngine, contradicting
the main README's recommendation. Rewrite it around DocxodusEngine, install
the [docxodus] extra, and call out that the legacy engine silently ignores
the kwargs (move detection, detail threshold, etc.) that the new Step 4 demonstrates.
Also widen run_redline's path arguments from Union[bytes, Path] to
Union[str, bytes, Path] to match documented usage — both quickstart examples
pass plain strings, which work but did not match the annotation.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments