I have a Quick Fields session that uses Zone OCR to pull a title that is usually multiple lines of text and then populates a metadata field.
My issues is that once the text is in the metadata field wherever there was a line break the words are run together with no space. I would like to preserve the space there.
Here is an example of the section of the document I'm applying the Zone OCR to:
The RegEx I'm using to capture the text I want:
resolution\s*no.\s*\d*\s*\d*\s*\d*\s*\d*(\s*.+\s*.*\s*.*\s*.*\s*)whereas
An example of text being populated to Metadata field:
A Resolution Of The City Council Of The City Of Shafter
Confirming The Mayor's Appointments Of Two (2) Members To The
Oversight Board Created By Health And Safety Code Section 34179
Et Seq., Regarding Dissolution Of The Shafter Community
Development Agency
Thanks in advance for assistance/advice!