aiex-cli 0.0.6-beta.1 → 0.0.6-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -208,6 +208,7 @@ aiex works with any OpenAI-compatible API provider. Configure in the Web UI (AI
208
208
 
209
209
  - **Provider** — Set your base URL and API key
210
210
  - **Models** — Add models with vision and/or structured output capabilities
211
+ - **Documents** — Choose a PDF converter (`unpdf`, `mineru`, `mineru_api`, or `external`); image input automatically uses a vision model when available, otherwise system OCR on supported platforms
211
212
  - **Prompts** — Customize system and user prompt templates with `{schema}` and `{text}` placeholders
212
213
  - **Integrations** — Optionally connect Notion from AI Settings; use Connect & Map to bind a schema to an existing Notion data source
213
214