mindee
Version:
Mindee Client Library for Node.js
12 lines (11 loc) • 480 B
TypeScript
import { ExtractionResponse } from "./extractionResponse.js";
import { ExtractionParameters } from "./params/index.js";
import { BaseProduct } from "../../../v2/product/baseProduct.js";
/**
* Automatically extract structured data from any image or scanned document.
*/
export declare class Extraction extends BaseProduct {
static get parametersClass(): typeof ExtractionParameters;
static get responseClass(): typeof ExtractionResponse;
static get slug(): string;
}