mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
use imagehash instead of bitwise hashing
This commit is contained in:
parent
ebe21a0114
commit
1fa735eb23
4 changed files with 144 additions and 113 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue