Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,8 +29,8 @@ app.add_middleware(
|
|
| 29 |
|
| 30 |
# --- Azure Document Intelligence Configuration (HARDCODED) ---
|
| 31 |
# Replace these with your actual Azure credentials
|
| 32 |
-
AZURE_FORM_RECOGNIZER_ENDPOINT = "https://
|
| 33 |
-
AZURE_FORM_RECOGNIZER_KEY = "
|
| 34 |
|
| 35 |
# You can still override with environment variables if needed
|
| 36 |
import os
|
|
|
|
| 29 |
|
| 30 |
# --- Azure Document Intelligence Configuration (HARDCODED) ---
|
| 31 |
# Replace these with your actual Azure credentials
|
| 32 |
+
AZURE_FORM_RECOGNIZER_ENDPOINT = "https://invoiceocr-demo.cognitiveservices.azure.com/"
|
| 33 |
+
AZURE_FORM_RECOGNIZER_KEY = "Dpu754K2JUn7IB4LIZvRS0334PaPPHjWvuunv7iCLENyESdJIrlPJQQJ99BHACqBBLyXJ3w3AAALACOGkQyY"
|
| 34 |
|
| 35 |
# You can still override with environment variables if needed
|
| 36 |
import os
|