Azure / Azure/azure-sdk-for-python
document intelligence figure detection
@bojunehsu arbeitet bereits daran.
Seit 26.3.2025.
- Vorherrschende Sprache
- Python
- Sterne
- 5.6k
- Forks
- 3.4k
- Ø Merge
- 2 T. 2 Std.
- Gemergte PRs (30 T.)
- 213
Beschreibung
**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 .
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Bewertung
Dieses Issue wurde noch nicht bewertet.