mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-15 10:13:15 -05:00
Added a default algorithm
This commit is contained in:
parent
d9b7851de9
commit
fc5d89c6fc
@ -67,8 +67,7 @@ class Tag(SluggedModel):
|
|||||||
match = models.CharField(max_length=256, blank=True)
|
match = models.CharField(max_length=256, blank=True)
|
||||||
matching_algorithm = models.PositiveIntegerField(
|
matching_algorithm = models.PositiveIntegerField(
|
||||||
choices=MATCHING_ALGORITHMS,
|
choices=MATCHING_ALGORITHMS,
|
||||||
blank=True,
|
default=MATCH_ANY,
|
||||||
null=True,
|
|
||||||
help_text=(
|
help_text=(
|
||||||
"Which algorithm you want to use when matching text to the OCR'd "
|
"Which algorithm you want to use when matching text to the OCR'd "
|
||||||
"PDF. Here, \"any\" looks for any occurrence of any word provided "
|
"PDF. Here, \"any\" looks for any occurrence of any word provided "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user