use imagehash instead of bitwise hashing

This commit is contained in:
phail
2022-11-20 15:44:43 +01:00
parent 1fbde90833
commit 8b5008bee4
4 changed files with 144 additions and 113 deletions

View File

@@ -2,7 +2,6 @@ import datetime
import os
from unittest import mock
import pytest
from django.test import TestCase
from documents.parsers import ParseError
from paperless_mail.parsers import MailDocumentParser