azure-search-openai-demo
azure-search-openai-demo copied to clipboard
Document Intelligence
Please provide us with the following information:
This issue is for a: (mark with an x)
- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [x ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
OS and Version?
Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)
azd version?
run
azd versionand copy paste here.
Versions
Mention any other details that might be useful
What would be your recommendation to integrate "Azure AI Document Intelligence" in the flow please?
Thanks! We'll be in touch soon.
It is already part of data ingestion, per the docs at https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/data_ingestion.md What additional integration are you looking for?
Thanks. I was just curious if it can extract images and take all kinds of file types as explained here. If it is using the default Azure Document Intelligence module, I suppose it can do so?
https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/overview?view=doc-intel-4.0.0
@rupamGH Ah, then you'll need my changes here: https://github.com/Azure-Samples/azure-search-openai-demo/pull/1224
We hope to merge them soon but you can copy them into your code for now and try them out.