Overview
Contains multiple Smart Services and Functions for interacting with PDF Documents.
Key Features & Functionality
Smart Services:
Functions:
Hello,
I was having issues parsing a pdf.
The pdf contains data in a table format with some blank data cells. When using getpdftext(), the delimiter between 2 adjacent cells and between 2 cells with a missing cell value in between is the same (<space>). Because of this, I'm unable to map the cell data with the correct column header.
Any help is much appreciated. Thanks!