bad content #149
Replies: 2 comments 1 reply
-
Hello @jmottishaw ! Can you be more specific? Right now for Azure Document Intelligence, you can only use "prebuilt-layout", that will change in the future. This will get you the overall content of the page. Now, can you be more specific? Are you getting the content from the load:
Or are you doing normal extraction? If you have problem a in the structure, i strongly advice to use vision:
|
Beta Was this translation helpful? Give feedback.
-
I am using:
The issue is that 'content' is good 95% of the time until it's not. In my model: pressure_kpa: float = Field( The tables data is good. Content values are bad. The model always responds with the bad values from content. I am using vision=true. Using azure/gpt-4o as the LLM |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Azure Document Intelligence is falling on tables that have blank values in them.
the bad 'content' details are polluting my outputs. I had to implement something like this:
I tried using description fields to tell the LLM to only use table data and not content but that failed miserably. Is there a better way to do this?
Beta Was this translation helpful? Give feedback.
All reactions