mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 23:22:57 +01:00
Update maker checker
This commit is contained in:
parent
6d7babb349
commit
de39e594f8
27 changed files with 553 additions and 536 deletions
|
|
@ -3,6 +3,7 @@ from pathlib import Path
|
|||
|
||||
PROJECT_ROOT_PATH: Path = Path(__file__).parents[1]
|
||||
script_dir = os.path.dirname(os.path.abspath(__file__))
|
||||
UPLOAD_DIR = os.path.join(script_dir, "static") # Actual upload path for uploaded file
|
||||
UPLOAD_DIR = os.path.join(script_dir, "static/checked") # Actual upload path for uploaded file
|
||||
UNCHECKED_DIR = os.path.join(script_dir, "static/unchecked") # Actual upload path for uploaded file
|
||||
|
||||
OCR_UPLOAD = os.path.join(script_dir, 'uploads') # temporary upload path for scanned pdf file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue