UNPKG

mindee

Version:

Mindee Client Library for Node.js

16 lines (15 loc) 354 B
import { StringDict } from "../common"; export declare class RawText { /** * The page number the text was found on. */ page: number; /** * The text content found on the page. */ content: string; /** * @param serverResponse JSON response from the server. */ constructor(serverResponse: StringDict); }