mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-04 03:27:12 -05:00 
			
		
		
		
	Make isort happy
This commit is contained in:
		
							parent
							
								
									fb1da4834c
								
							
						
					
					
						commit
						122aa2b9f1
					
				@ -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
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user