export type OCRSettings = { patterns: TPattern[]; ignoreCase?: boolean; firstOnly?: boolean; language?: string; };