Read PDF Text activity - can't split columns after performing

Hello,
Please help me with an advise.
I have pdf with a table
for example
textLine1 | textLine2 | textLine3
If i am reading this document using Read PDF Text activity - i get correct text, but i cant split line,
cause don’t have a marker where each line starts or end.

If I am using Read PDF With OCR - get newLine symbol and can recognize start and end, but text not always correct.

Is there a way to read text using Read PDF Text activity and solve my problem,
or is there more elegant solution?

Thank you.

Hello @yaniketz,
Only thing which is in my mind to read full text and get particular words/values using Regex or Substring. There are some topics already about it in the forum. I thing Regex is more complex for this case :wink: