export interface PDFPageFraming { lineStartPosition: number; lineEndPosition: number; columnStartPosition: number; columnEndPosition: number; }