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 +1 -0
- package/dist/cli.mjs +324 -87
- package/dist/{doctor-collector-hWEvJ4lw.mjs → doctor-collector-abgpqc5T.mjs} +31 -58
- package/dist/index.mjs +1 -1
- package/dist/web/assets/AISettings-Dbma0Oku.js +264 -0
- package/dist/web/assets/ExtractionViewer-BEYHgPw2.js +1 -0
- package/dist/web/assets/index-D0So2rJE.css +2 -0
- package/dist/web/assets/{index-Dlze68g1.js → index-D7eI2nAX.js} +38 -38
- package/dist/web/index.html +2 -2
- package/dist/{zh-CN-Qcn0DHFh.mjs → zh-CN-wEUNhuHM.mjs} +3 -9
- package/package.json +2 -1
- package/dist/web/assets/AISettings-BlyTFIIy.js +0 -272
- package/dist/web/assets/ExtractionViewer-DqIrBGNK.js +0 -1
- package/dist/web/assets/index-CvY9TGny.css +0 -2
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
|
|