Hi, I am working on a workflow to search documents' searchable text using pattern matching. Although, with only a few documents we have ran into an issue when trying to retrieve the text. In LF Client when you view the searchable text, the whole page has been ocr'd. Although within Workflow, when I retrieve this text, not the whole text is extracted. It seems there is a character limit within Workflow's Retrieve Document Text token. This causes issues for me because some items I need to test when pattern matching is at the end of the document (1 page) but the text is not found because it is not within the Retrieve Document Text Token.
I was wondering if anyone knows a solution for this as we will be running this process on a daily bases.