Azure DocAI Markdown Output
This adds a new environment variable for the Azure DocAI provider that adds the markdown output format query parameter to the processing request. It has no effect unless the new variable is added to the .env config and the model ID is also changed to prebuilt-layout, as described in the updated readme. Having the content in markdown adds additional context for the original document, which is useful when LLM tools are reading the content.
What else Changed
- chore(deps): update dependency typescript to v5.8.3 by @renovate in #335
- fix(deps): update dependency @headlessui/react to v2.2.1 by @renovate in #331
- chore(deps): update dependency vite to v6.2.6 by @renovate in #341
- chore(deps): update react monorepo to v19.1.1 by @renovate in #339
- Feature/Azure DocAI markdown output option by @cbrown350 in #346
New Contributors
- @cbrown350 made their first contribution in #346
Full Changelog: v0.14.4...v0.15.0