Switch from requests to curl_cffi, enable Chrome impersonation for Lens and Bing (fixes Bing instability). Add custom line/paragraph separator feature

This commit is contained in:
AuroraWright
2025-11-30 02:43:05 +01:00
parent 9d833d4338
commit 4e497ac3c3
5 changed files with 78 additions and 68 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "owocr"
version = "1.20"
version = "1.20.1"
description = "Japanese OCR"
readme = "README.md"
requires-python = ">=3.11"
@@ -26,7 +26,7 @@ dependencies = [
"desktop-notifier>=6.1.0",
"mss>=10.1.0",
"psutil",
"requests",
"curl_cffi",
"pywin32;platform_system=='Windows'",
"pyobjc;platform_system=='Darwin'"
]