UNPKG

@aidalinfo/pdf-processor

Version:

Powerful PDF data extraction library powered by AI vision models. Transform PDFs into structured, validated data using TypeScript, Zod, and AI providers like Scaleway and Ollama.

8 lines (7 loc) 156 B
/** * Index centralisant tous les schémas Zod */ export * from './base'; export * from './invoice'; export * from './tables'; export * from './factory';