I have a workflow that runs perfectly using the Extract Text from PDF for all files in a folder. I am then parsing the extracted text with RegEx to obtain various strings from my files; however, I am encountering an issue when the page break falls after a table within the file. Any text on second page returns a single character per line in my extracted file. I am NOT using Extract Tables from PDF, as I found that unreliable. My next method was to enable the advanced option of 'Optimize for structured data' but I get an error when I iterate beyond the first file in my folder. Has anyone else encountered a similar issue iterating through a loop when 'Optimize for structured data' option has been selected?
Or, does anyone have any insight into how to navigate the root issue of a page break immediately after a table causing issues?
Thanks