PDF tables look simple until you actually extract one. The visual structure in your reader is a rendering artifact. The underlying file has no table object, no row, no cell: just positioned text spans and optional line segments.
Source: [Dev.to](https://dev.to/hannune/why-merged-cells-break-table-extraction-from-multi-column-pdfs-2bfp)