UNPKG

mindee

Version:

Mindee Client Library for Node.js

12 lines (11 loc) 423 B
import { OcrResponse } from "./ocrResponse.js"; import { OcrParameters } from "./params/index.js"; import { BaseProduct } from "../../../v2/product/baseProduct.js"; /** * Extract raw text (OCR) from any image or scanned document. */ export declare class Ocr extends BaseProduct { static get parametersClass(): typeof OcrParameters; static get responseClass(): typeof OcrResponse; static get slug(): string; }