heymenn commited on
Commit
e5805b1
·
verified ·
1 Parent(s): 59a043f

Update api/docs.py

Browse files
Files changed (1) hide show
  1. api/docs.py +1 -1
api/docs.py CHANGED
@@ -91,7 +91,7 @@ def extract_docx_text_with_suggestions(docx_stream: io.BytesIO) -> str:
91
  # ================================== Converting of files to .txt ====================================
92
 
93
  KREUZBERG_CONFIG: ExtractionConfig = ExtractionConfig(
94
- ocr=None, extract_tables=True)
95
 
96
  # Unfortunately needs to be kept to 1, as libreoffice isn't built to support parallel instances
97
  LO_CONVERSION_MUTEX = asyncio.Lock()
 
91
  # ================================== Converting of files to .txt ====================================
92
 
93
  KREUZBERG_CONFIG: ExtractionConfig = ExtractionConfig(
94
+ ocr=None)
95
 
96
  # Unfortunately needs to be kept to 1, as libreoffice isn't built to support parallel instances
97
  LO_CONVERSION_MUTEX = asyncio.Lock()