mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 19:17:13 -05:00 
			
		
		
		
	
						commit
						16658f5939
					
				@ -1,4 +1,3 @@
 | 
			
		||||
 | 
			
		||||
def get_parser(*args, **kwargs):
 | 
			
		||||
    from .parsers import TikaDocumentParser
 | 
			
		||||
 | 
			
		||||
@ -20,5 +19,6 @@ def tika_consumer_declaration(sender, **kwargs):
 | 
			
		||||
            "application/vnd.oasis.opendocument.presentation": ".odp",
 | 
			
		||||
            "application/vnd.oasis.opendocument.spreadsheet": ".ods",
 | 
			
		||||
            "application/vnd.oasis.opendocument.text": ".odt",
 | 
			
		||||
            "text/rtf": ".rtf",
 | 
			
		||||
        },
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user