UNPKG

jstextfromimage

Version:

Get descriptions of images from OpenAI, Azure OpenAI and Anthropic Claude models. Supports both URLs and local files with batch processing capabilities.

4 lines (3 loc) 148 B
import { ImageData } from './types'; export declare const getImageData: (imagePath: string) => Promise<ImageData>; export type ImageInput = string;