Spaces:
Running
Running
Mallisetty Siva Mahesh
commited on
Commit
·
cb16386
1
Parent(s):
3cc01ce
chnages in pdf
Browse files
app.py
CHANGED
@@ -13,6 +13,13 @@ from dotenv import load_dotenv
|
|
13 |
import urllib.parse
|
14 |
from utils import doc_processing, extract_document_number_from_file
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
# Load .env file
|
17 |
load_dotenv()
|
18 |
|
|
|
13 |
import urllib.parse
|
14 |
from utils import doc_processing, extract_document_number_from_file
|
15 |
|
16 |
+
import os
|
17 |
+
|
18 |
+
# Set Google Application Credentials
|
19 |
+
os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = (
|
20 |
+
"titanium-scope-436311-t3-966373f5aa2f.json"
|
21 |
+
)
|
22 |
+
|
23 |
# Load .env file
|
24 |
load_dotenv()
|
25 |
|