mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Documentation: fix rapidfuzz link (#7176)
This commit is contained in:
parent
c6d0557a3b
commit
71fedcb466
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ The following algorithms are available:
|
|||
- **Regular expression:** Parses the match as a regular expression and
|
||||
tries to find a match within the document.
|
||||
- **Fuzzy match:** Uses a partial matching based on locating the tag text
|
||||
inside the document, using a [partial ratio](https://maxbachmann.github.io/RapidFuzz/Usage/fuzz.html#partial-ratio)
|
||||
inside the document, using a [partial ratio](https://rapidfuzz.github.io/RapidFuzz/Usage/fuzz.html#partial-ratio)
|
||||
- **Auto:** Tries to automatically match new documents. This does not
|
||||
require you to set a match. See the [notes below](#automatic-matching).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue