Text Processing
FreezeText can automatically clean up recognized text before copying it to the clipboard. These options are configurable in settings under Text Processing.
Remove Line Breaks
Joins multi-line text into a continuous paragraph. Useful when capturing text from a PDF or image where the layout has wrapped text across multiple lines.
Before:
This is a long text that spans multiple lines.
After:
This is a long text that spans multiple lines.
Cleanup Whitespace
Removes extra whitespace that frequently occurs during OCR recognition. Multiple spaces are collapsed into a single space.
Default: Enabled
Fix Hyphenation
Removes hyphens at line ends and joins the separated word parts. Especially useful for text from books, magazines, or formatted documents.
Before:
steam- ship company
After:
steamship company
Default: Enabled