Looking for a solution to extract text from 3 zones in PDF files (2 in header and 1 in footer). I built a cloud flow using Encodian which works but I will need a paid subscription to use this on a large scale which I am trying to avoid if possible. I am struggling a bit with the PAD flow and keep getting the below error:
Microsoft.Flow.RPA.Desktop.Modules.SDK.ActionException: Can't rename file ---> System.ArgumentException: Illegal characters in path.
at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional)
at System.IO.Path.GetExtension(String path)
at Microsoft.Flow.RPA.Desktop.Modules.File.Actions.RenameFilesAction.<>c__DisplayClass106_0.<GetNewFileNameResolver>b__0(FileObject file)
at Microsoft.Flow.RPA.Desktop.Modules.File.Actions.RenameFilesAction.Execute(ActionContext context)
--- End of inner exception stack trace ---
at Microsoft.Flow.RPA.Desktop.Modules.File.Actions.RenameFilesAction.Execute(ActionContext context)
at Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments)

The text I am trying to extract is English and nothing complex, what am I missing?