Spaces:
Sleeping
Sleeping
Aryan Jain
commited on
Commit
·
00a41cc
1
Parent(s):
c256bf2
update temp pdf path
Browse files- src/config/config.py +1 -1
src/config/config.py
CHANGED
|
@@ -27,7 +27,7 @@ class Settings(BaseSettings):
|
|
| 27 |
gap_threshold_ratio: float = float(os.getenv("GAP_THRESHOLD_RATIO", "0.1"))
|
| 28 |
|
| 29 |
# File processing settings
|
| 30 |
-
temp_file_name: str = os.getenv("TEMP_FILE_NAME", "temp.pdf")
|
| 31 |
dpi: int = int(os.getenv("DPI", "300"))
|
| 32 |
|
| 33 |
# spaCy model settings
|
|
|
|
| 27 |
gap_threshold_ratio: float = float(os.getenv("GAP_THRESHOLD_RATIO", "0.1"))
|
| 28 |
|
| 29 |
# File processing settings
|
| 30 |
+
temp_file_name: str = os.getenv("TEMP_FILE_NAME", "/app/temp/temp.pdf")
|
| 31 |
dpi: int = int(os.getenv("DPI", "300"))
|
| 32 |
|
| 33 |
# spaCy model settings
|