UNPKG

mindee

Version:

Mindee Client Library for Node.js

11 lines (10 loc) 555 B
export { Classification, ClassificationResponse } from "./classification/index.js"; export * as classification from "./classification/index.js"; export { Crop, CropResponse } from "./crop/index.js"; export * as crop from "./crop/index.js"; export { Extraction, ExtractionResponse } from "./extraction/index.js"; export * as extraction from "./extraction/index.js"; export { Ocr, OcrResponse } from "./ocr/index.js"; export * as ocr from "./ocr/index.js"; export { Split, SplitResponse } from "./split/index.js"; export * as split from "./split/index.js";