mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	KISS fuzzy match help text
This commit is contained in:
		| @@ -47,11 +47,9 @@ class MatchingModel(models.Model): | |||||||
|             "the PDF exactly as you've entered it, and \"regular expression\" " |             "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 " |             "uses a regex to match the PDF.  (If you don't know what a regex " | ||||||
|             "is, you probably don't want this option.)  Finally, a \"fuzzy " |             "is, you probably don't want this option.)  Finally, a \"fuzzy " | ||||||
|             "match\" strips all punctuation from both the match candidate " |             "match\" looks for words or phrases that are mostly—but not " | ||||||
|             "and the OCR'd text and looks for a Levenshtein \"partial ratio\" " |             "exactly—the same, which can be useful for matching against " | ||||||
|             "(as implemented in the Python package \"FuzzyWuzzy\") of >= 90, " |             "documents containg imperfections that foil accurate OCR." | ||||||
|             "which can be useful for matching against documents with " |  | ||||||
|             "imperfections that foil accurate OCR." |  | ||||||
|         ) |         ) | ||||||
|     ) |     ) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 jgysland
					jgysland