Im trying to make a cloud flow that splits a pdf based on its content. I have found up to this point that best way to do this is to Parse JSON to identify the text in the file, and then split it. However I am getting an error whenever it Parse's no matter the content I use, "The 'content' property of actions of type 'ParseJson' must be valid JSON. The provided value cannot be parsed: 'Unexpected character encountered while parsing value: e. Path '', line 0, position 0.'."
Any ideas to fix this problem or alternate ways to split the pdf without costly connectors would be greatly appreciated.
full flow with error code
Parse JSON and is source