Text Preprocessor: Difference between revisions

From Grooper Wiki
Created page with "Grooper's "Text Preprocessor" adjusts how raw text is formatted before extraction. It manipulates control characters (such as CR/LF pairs) to allow regular expression patterns to match (or ignore) structural elements, such as line breaks, paragraph boundaries and tab markers. The Text Preprocessor executes the following: * Paragraph Marking * Tab Marking * Vertical Tab Marking * Ignore Control Characters"
(No difference)

Revision as of 15:58, 26 August 2025

Grooper's "Text Preprocessor" adjusts how raw text is formatted before extraction. It manipulates control characters (such as CR/LF pairs) to allow regular expression patterns to match (or ignore) structural elements, such as line breaks, paragraph boundaries and tab markers. The Text Preprocessor executes the following: