export type OcrReadAs = {
	LINE: 'single-line',
	WORD: 'single-word',
	BLOCK: 'single-block',
}
