chore!: REMOVE paddleocr DEPENDENCY

This commit is contained in:
283375 2023-08-26 23:38:29 +08:00
parent 91e50d0dab
commit 5f41cf30de
Signed by: 283375
SSH Key Fingerprint: SHA256:UcX0qg6ZOSDOeieKPGokA5h7soykG61nz2uxuQgVLSk
2 changed files with 1 additions and 11 deletions

View File

@ -9,14 +9,7 @@ authors = [{ name = "283375", email = "log_283375@163.com" }]
description = "Extract Arcaea play result from your screenshot."
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"attrs==23.1.0",
"black==23.3.0",
"numpy==1.24.3",
"opencv-python==4.6.0.66",
"paddleocr==2.7.0.1",
"pre-commit==3.3.3",
]
dependencies = ["attrs==23.1.0", "numpy==1.24.3", "opencv-python==4.6.0.66"]
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",

View File

@ -13,9 +13,6 @@ from ...shared import B30OcrResultItem
from .colors import *
from .rois import ChieriBotV4Rois
# if TYPE_CHECKING:
# from paddleocr import PaddleOCR
class ChieriBotV4Ocr:
def __init__(