Spaces:
Sleeping
Sleeping
Update api/docs.py
Browse files- 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
|
| 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()
|