mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
pep8
This commit is contained in:
parent
a5124cade6
commit
422ae9303a
13 changed files with 89 additions and 40 deletions
|
|
@ -36,7 +36,7 @@ class Sender(SluggedModel):
|
|||
|
||||
|
||||
class Tag(SluggedModel):
|
||||
|
||||
|
||||
COLOURS = (
|
||||
(1, "#a6cee3"),
|
||||
(2, "#1f78b4"),
|
||||
|
|
@ -71,9 +71,9 @@ class Tag(SluggedModel):
|
|||
default=MATCH_ANY,
|
||||
help_text=(
|
||||
"Which algorithm you want to use when matching text to the OCR'd "
|
||||
"PDF. Here, \"any\" looks for any occurrence of any word provided "
|
||||
"in the PDF, while \"all\" requires that every word provided "
|
||||
"appear in the PDF, albeit not in the order provided. A "
|
||||
"PDF. Here, \"any\" looks for any occurrence of any word "
|
||||
"provided in the PDF, while \"all\" requires that every word "
|
||||
"provided appear in the PDF, albeit not in the order provided. A "
|
||||
"\"literal\" match means that the text you enter must appear in "
|
||||
"the PDF exactly as you've entered it, and \"regular expression\" "
|
||||
"uses a regex to match the PDF. If you don't know what a regex "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue