export interface Check { x: number; y: number; width: number; height: number; subtype: string; page_number: number; }