UNPKG

mindee

Version:

Mindee Client Library for Node.js

12 lines (11 loc) 405 B
import { StringDict } from "../../../parsing/index.js"; import { BaseInference } from "../../../v2/parsing/inference/baseInference.js"; import { OcrResult } from "../../../v2/product/ocr/ocrResult.js"; export declare class OcrInference extends BaseInference { /** * Result of an OCR inference. */ result: OcrResult; constructor(serverResponse: StringDict); toString(): string; }