MinLongestWordInPhrase
The minimum length of the longest word in a phrase, for the phrase to be returned by the function. For example, if you set MinLongestWordInPhrase=6
, the function only returns a phrase if it contains a word of at least six characters.
Type: | Integer |
Default: | 4 |
Required | No |
Configuration Section: | Any section that contains settings for the Lua function extract_text_from_binary_file |
Example: | MinLongestWordInPhrase=5
|
See Also: |