MaxPunctuationLength
The maximum number of punctuation characters, including whitespace, to allow between words.
If there are more punctuation characters between words than specified by this parameter, or if there is no whitespace between the words, the potential string is rejected.
Type: | Integer |
Default: | 4 |
Required | No |
Configuration Section: | Any section that contains settings for the Lua function extract_text_from_binary_file |
Example: | MaxPunctuationLength=5
|
See Also: |