Skip to content

Commit

Permalink
fix: 文件名
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhldr committed Sep 16, 2024
1 parent 304960b commit 5b90eef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion lfy/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from lfy.api.constant import SERVERS
from lfy.api.server import Lang, Server
from lfy.api.server.ocr import ocr


def get_server_names():
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def main(img_path):
return False, None


class EasyOcrServer(Server):
"""EasyOcr文字识别
class PytesseractServer(Server):
"""Pytesseract文字识别
"""

def __init__(self):
Expand Down

0 comments on commit 5b90eef

Please sign in to comment.