OCRData: {
    blocks: OCRBlock[];
    detected_lang: string;
    rotate: number;
    tables: unknown[];
}

Type declaration

  • blocks: OCRBlock[]
  • detected_lang: string
  • rotate: number
  • tables: unknown[]