Skip to main content

Module diff

Module diff 

Source
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.
DiffResult
Result of comparing two documents.

Enums§

ChangeKind
Type of change detected between two documents.

Functions§

diff_documents
Compare two PdfDocuments and produce a diff.