implement 'keywords-eval' option (#5621)

to allow evaluating 'keywords' values as format strings
This commit is contained in:
Mike Fährmann
2024-05-22 22:51:12 +02:00
parent bc25636e63
commit 895e633c44
2 changed files with 26 additions and 2 deletions

View File

@@ -692,6 +692,17 @@ Description
Additional name-value pairs to be added to each metadata dictionary.
extractor.*.keywords-eval
-------------------------
Type
``bool``
Default
``false``
Description
Evaluate each `keywords <extractor.*.keywords_>`__ ``string`` value
as a `format string`_.
extractor.*.keywords-default
----------------------------
Type