Type alias StructureChanges
Structure
Changes
: { pdfInfo
: { fingerprint
: string; fingerprints
?: string[]; numPages
: number }; resultStructure
: number[]; structureChanges
: PageStructureChange[]; touchedAnnotations
?: { annotationId
: string; pageIndex
: number }[] }
Type declaration
-
pdfInfo: { fingerprint: string; fingerprints?: string[]; numPages: number }
-
fingerprint: string
-
Optional
fingerprints?: string[]
-
numPages: number
-
resultStructure: number[]
-
-
Optional
touchedAnnotations?: { annotationId: string; pageIndex: number }[]
Document structure changes.