mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-31 10:37:12 -04:00 
			
		
		
		
	Make isort happy
This commit is contained in:
		
							parent
							
								
									fb1da4834c
								
							
						
					
					
						commit
						122aa2b9f1
					
				| @ -3,18 +3,19 @@ import os | |||||||
| import re | import re | ||||||
| import subprocess | import subprocess | ||||||
| from multiprocessing.pool import Pool | from multiprocessing.pool import Pool | ||||||
| import dateparser |  | ||||||
| import pdftotext |  | ||||||
| 
 | 
 | ||||||
|  | import dateparser | ||||||
| import langdetect | import langdetect | ||||||
| import pyocr | import pyocr | ||||||
| from django.conf import settings | from django.conf import settings | ||||||
| from documents.parsers import DocumentParser, ParseError |  | ||||||
| from PIL import Image | from PIL import Image | ||||||
| from pyocr.libtesseract.tesseract_raw import \ | from pyocr.libtesseract.tesseract_raw import \ | ||||||
|     TesseractError as OtherTesseractError |     TesseractError as OtherTesseractError | ||||||
| from pyocr.tesseract import TesseractError | from pyocr.tesseract import TesseractError | ||||||
| 
 | 
 | ||||||
|  | import pdftotext | ||||||
|  | from documents.parsers import DocumentParser, ParseError | ||||||
|  | 
 | ||||||
| from .languages import ISO639 | from .languages import ISO639 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user