anujakkulkarni commited on
Commit
0daf4cc
·
verified ·
1 Parent(s): 10a3d4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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://your-resource-name.cognitiveservices.azure.com/"
33
- AZURE_FORM_RECOGNIZER_KEY = "your-actual-key-here"
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