azure-search-openai-demo icon indicating copy to clipboard operation
azure-search-openai-demo copied to clipboard

Document Intelligence

Open rupamGH opened this issue 1 year ago • 3 comments

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 version and 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.

rupamGH avatar Feb 10 '24 11:02 rupamGH

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?

pamelafox avatar Feb 10 '24 15:02 pamelafox

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

image

rupamGH avatar Feb 10 '24 16:02 rupamGH

@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.

pamelafox avatar Feb 11 '24 22:02 pamelafox