How to get specific value into a row using OCR tessaract

Hello!

I am trying to get a specific value from a sample PDF using OCR Tesseract. Is there a way to extract the specific value and add it into a row?

The common issue I am experiencing is that the whole document value is being added in one row.

Hi Carlo.
If there are specific formats before/after the data you are gathering or the data itself has a specific format, you could filter it out with Regex.

If not, suppose you would need to search for probably AI tools, upload similar data and teach it to gather the info you are looking for.

Hint: I am no expert in AI. Just applying my common sense.