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.

5 lines (4 loc) 191 B
export { openai, OpenAIService } from './openai'; export { claude, ClaudeService } from './claude'; export { azureOpenai, AzureOpenAIService } from './azure_openai'; export * from './types';