Skip to content

Commit

Permalink
new OCR
Browse files Browse the repository at this point in the history
  • Loading branch information
zyddnys committed Nov 10, 2023
1 parent eaec4aa commit da668d7
Show file tree
Hide file tree
Showing 3 changed files with 602 additions and 355 deletions.
2 changes: 2 additions & 0 deletions manga_translator/ocr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@

from .common import CommonOCR, OfflineOCR
from .model_32px import Model32pxOCR
from .model_48px import Model48pxOCR
from .model_48px_ctc import Model48pxCTCOCR
from ..utils import Quadrilateral

OCRS = {
'32px': Model32pxOCR,
'48px': Model48pxOCR,
'48px_ctc': Model48pxCTCOCR,
}
ocr_cache = {}
Expand Down
Loading

0 comments on commit da668d7

Please sign in to comment.