MinPhraseLengthInWords
The minimum length of a phrase, in words, that can be returned by the function.
TIP: Some languages do not use spaces between words. If the function encounters strings in those languages, this parameter is ignored.
Type: | Integer |
Default: | 4 |
Required | No |
Configuration Section: | Any section that contains settings for the Lua function extract_text_from_binary_file |
Example: | MinPhraseLengthInWords=5
|
See Also: | MinPhraseLengthInCharacters |