I want to use Document.ai to extract data from tables in my pdf.
I was following this code snippet https://cloud.google.com/document-ai/docs/handle-response#code_samples_2
But my table array is always empty. I tried to do it with pdf provided by google or with mine. But it doesn't work.
When I put this documents into drag'n'drop example it work flawlessly https://cloud.google.com/document-ai/docs/drag-and-drop
Is there some trick to make it work with python client?