log.json is the ocr and parsed result of table.
I write this python script to parse this table with Processors "Form parser" by google documentai_v1beta3, want to find out the rowSpan of all cell.
There are some cells span 2 or 3 rows, but I always get the result 1. Anyone know anything about that? Is that a bug of documentai_v1beta3?