I am looking for help in designing a process for sorting out a badly parsed PDF. I have attached an example of a PDF where the text has been badly split.
My initial thought was to Transpose this text and then use text to columns with space as a delimiter. Then I got stuck. I was hoping there was a way of concatenating based on whether the first/last letter of the column is lower/upper case and using this as a way to decipher whether columns need to be concatenated. This is not foolproof and could still create errors (e.g. "for" and "and" would need to be excluded) but most words are capitalized. Is there any clever macros or tools to make my life easier or do you think my method is my best shot? Or is there no way to do this and I just have to settle for a manual process?