Azure / Azure/azure-sdk-for-python
document intelligence figure detection
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 3.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 193
Description
**Is your feature request related to a problem? Please describe.**
You got the analyzed content from Document Intelligence of your document in markdown. You also got a list of detected figures from Document Intelligence.
The number of detected figures in the content ... don´t match the number of figures in the list of detected figures from Document Intelligence!
The problem is, how to "link" to the appropriate figure from the figures list?
In my case, I would like to replace the images in the text with an LLM generated text for those images. This would need to be placed at the same location than the original image.
How do I do this, if number of found in content is 12 but the number of figures from DI is 13?
**Describe the solution you'd like**
instead of just writing in the markdown analyzed content, you could add the figure id in this. like or simething like this, so you can easily identify which detected images related to the .
Contributor guide
Assessment
This issue has not been assessed yet.