How to Extract PDF particular columns data from Table?

I would recommend writing your own custom extractor that would:

  • search for the work “Debit” (or variations thereof)
  • search for the first sentence under the table (or variations thereof)
  • find all items aligned with “Debit” and consider them values.

This would indeed need writing your own logic in a custom activity. How to do this can be found in the IntelligentOCR topic here: How to use the IntelligentOCR Package