Improve filtering, add line recovery for frame stabilization, add furigana filter

This commit is contained in:
AuroraWright
2025-10-12 00:23:47 +02:00
parent bdfe2d4d46
commit 6ada579b19
3 changed files with 292 additions and 126 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "owocr"
version = "1.17"
version = "1.17.1"
description = "Japanese OCR"
readme = "README.md"
requires-python = ">=3.11"
@@ -27,7 +27,6 @@ dependencies = [
"mss",
"psutil",
"requests",
"rapidfuzz",
"pywin32;platform_system=='Windows'",
"pyobjc;platform_system=='Darwin'"
]