Replies: 1 comment
-
Image analysis is done via Azure AI Document Intelligence, so one needs to setup the service and configure the service for OCR with the Azure AI Doc Intel settings. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
When i try to add and image (jpg) to kernelmemory
ie:await memory.ImportDocumentAsync("D:\Temp\testia\mandat.jpg", tags: new() { { "document", "mar" } });
i got an error:Image extraction not configured
How to configure image extraction ?
thanks
Beta Was this translation helpful? Give feedback.
All reactions