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) 156 B
export declare class BatchProcessor { static processBatch<T>(items: T[], processor: (item: T) => Promise<any>, concurrency?: number): Promise<any[]>; }