UNPKG

mindee

Version:

Mindee Client Library for Node.js

10 lines (9 loc) 253 B
import { StringDict } from "../common"; import { RawText } from "./rawText"; export declare class InferenceResultOptions { /** * List of texts found per page. */ rawTexts: Array<RawText>; constructor(serverResponse: StringDict); }