We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a52ff commit 268700cCopy full SHA for 268700c
config.py
@@ -1,10 +1,9 @@
1
import ast
2
import multiprocessing
3
import os
4
-import sys
5
from sys import platform
6
7
-OCR_SERVICE_VERSION: str = "0.3.0"
+OCR_SERVICE_VERSION: str = "1.0.1"
8
# 50 - CRITICAL, 40 - ERROR, 30 - WARNING, 20 - INFO, 10 - DEBUG, 0 - NOTSET
9
LOG_LEVEL: int = int(os.environ.get("OCR_SERVICE_LOG_LEVEL", 40))
10
0 commit comments