mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Make isort happy
This commit is contained in:
		| @@ -3,18 +3,19 @@ import os | ||||
| import re | ||||
| import subprocess | ||||
| from multiprocessing.pool import Pool | ||||
| import dateparser | ||||
| import pdftotext | ||||
|  | ||||
| import dateparser | ||||
| import langdetect | ||||
| import pyocr | ||||
| from django.conf import settings | ||||
| from documents.parsers import DocumentParser, ParseError | ||||
| from PIL import Image | ||||
| from pyocr.libtesseract.tesseract_raw import \ | ||||
|     TesseractError as OtherTesseractError | ||||
| from pyocr.tesseract import TesseractError | ||||
|  | ||||
| import pdftotext | ||||
| from documents.parsers import DocumentParser, ParseError | ||||
|  | ||||
| from .languages import ISO639 | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Quinn
					Daniel Quinn