Have segmented and non segmented manga OCR as separate engines (comic text detector doesn't work well on small text areas)

This commit is contained in:
AuroraWright
2025-10-22 17:04:30 +02:00
parent d5b570a438
commit c98fb181e3
5 changed files with 71 additions and 28 deletions

View File

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