Skip to main content
July 19, 2023
Question

Parse PDF table with delimiter

  • July 19, 2023
  • 0 replies
  • 0 views

Hello,

I'm trying to parse a pdf that contains data in a table format and table data cells contain decimal values. However, some cells are blank and contain no data. When I use getpdftext() function to parse the data, the delimiter between 2 adjacent cells and between 2 cells with a missing cell value in between is always a <space>. Due to this, I'm unable to map the correct values to the correct column/header. Let me know if someone has an approach to resolving this issue.

Thanks,