Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ logging.basicConfig(level=logging.INFO)
|
|
| 64 |
# Settings — tuned for dense financial PDFs; applies to every document
|
| 65 |
# ---------------------------------------------------------------------------
|
| 66 |
|
| 67 |
-
GLMOCR_API_KEY =
|
| 68 |
if not GLMOCR_API_KEY:
|
| 69 |
log.warning("GLMOCR_API_KEY is not set; GlmOcr() will fail until you export it.")
|
| 70 |
|
|
|
|
| 64 |
# Settings — tuned for dense financial PDFs; applies to every document
|
| 65 |
# ---------------------------------------------------------------------------
|
| 66 |
|
| 67 |
+
GLMOCR_API_KEY = "cee1d52dd91a4ab591b3f6e105f8ad89.LgbQTECuzX0zrito"
|
| 68 |
if not GLMOCR_API_KEY:
|
| 69 |
log.warning("GLMOCR_API_KEY is not set; GlmOcr() will fail until you export it.")
|
| 70 |
|