# Copyright (C) 2021-2025, Mindee. # This program is licensed under the Apache License 2.0. # See LICENSE or go to for full license details. import os import doctr PROJECT_NAME: str = "docTR API template" PROJECT_DESCRIPTION: str = "Template API for Optical Character Recognition" VERSION: str = doctr.__version__ DEBUG: bool = os.environ.get("DEBUG", "") != "False"