Expand description
Document diff — compares two PdfDocument instances to detect structural changes.
Useful for regression testing and verifying parsing consistency.
Structs§
- Change
- A single detected change between two documents.
- Diff
Result - Result of comparing two documents.
Enums§
- Change
Kind - Type of change detected between two documents.
Functions§
- diff_
documents - Compare two PdfDocuments and produce a diff.