Nitpick
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user