UNPKG

mindee

Version:

Mindee Client Library for Node.js

11 lines (10 loc) 290 B
import { StringDict } from "../common"; import { RawTextPage } from "./rawTextPage"; export declare class RawText { /** * List of pages with their extracted text content. */ pages: Array<RawTextPage>; constructor(serverResponse: StringDict); toString(): string; }