use imagehash instead of bitwise hashing

This commit is contained in:
phail 2022-11-20 15:44:43 +01:00
parent ebe21a0114
commit 1fa735eb23
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