Update maker checker

This commit is contained in:
Saurab-Shrestha 2024-03-17 09:36:38 +05:45
parent 6d7babb349
commit de39e594f8
27 changed files with 553 additions and 536 deletions

View file

@ -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