From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Tue, 19 Sep 2023 14:46:13 +0000 (-0700) Subject: Fixes the documentation for fuzzy matching (#4207) X-Git-Tag: v2.0.0-beta.1~84^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2c9f6792e052cc90928095ea51602087d14b732;p=thirdparty%2Fpaperless-ngx.git Fixes the documentation for fuzzy matching (#4207) --- diff --git a/docs/advanced_usage.md b/docs/advanced_usage.md index 957d5287e1..3980261e62 100644 --- a/docs/advanced_usage.md +++ b/docs/advanced_usage.md @@ -35,7 +35,8 @@ The following algorithms are available: (i.e. preserve ordering) in the PDF. - **Regular expression:** Parses the match as a regular expression and tries to find a match within the document. -- **Fuzzy match:** I don't know. Look at [the source](https://github.com/paperless-ngx/paperless-ngx/blob/main/src/documents/matching.py). +- **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) - **Auto:** Tries to automatically match new documents. This does not require you to set a match. See the [notes below](#automatic-matching).