This commit is contained in:
AuroraWright
2025-04-06 15:54:01 +02:00
parent 3e8fa659dc
commit 604332ef51
2 changed files with 2 additions and 2 deletions

View File

@@ -733,7 +733,7 @@ class OneOCR:
try:
self.model = oneocr.OcrEngine()
except RuntimeError as e:
logger.warning(e + ' , OneOCR will not work!')
logger.warning(e + ', OneOCR will not work!')
else:
self.available = True
logger.info('OneOCR ready')

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "owocr"
version = "1.13.5"
version = "1.13.6"
description = "Japanese OCR"
readme = "README.md"
requires-python = ">=3.11"