Hi, strange thing but it happens that gemini 2.0 gives incorrect JSON format of the response. I send 1000 documents for which gemini is supposed to respond with a simple JSON structure and many of them are incorrect in terms of the structure itself. The problem is with numbers. There is 126,79 in pdf in json should be 126.79 but it is not.
Example:
output: application/json
as you can see there is number 79 in line 7
just to add that the same prompt executed on gemini 1.5 flash always gives the correct JSON
is anyone who knows what I can change to get valid JSON?