mirror of
https://github.com/283375/arcaea-offline-ocr.git
synced 2025-04-19 05:20:17 +00:00
impr: improve wildcard import
This commit is contained in:
parent
1378931f68
commit
d9f18a3ad8
@ -4,3 +4,4 @@ from .mask import *
|
|||||||
from .ocr import *
|
from .ocr import *
|
||||||
from .recognize import *
|
from .recognize import *
|
||||||
from .template import *
|
from .template import *
|
||||||
|
from .utils import *
|
||||||
|
@ -4,6 +4,8 @@ from numpy import uint8
|
|||||||
|
|
||||||
from .types import Mat
|
from .types import Mat
|
||||||
|
|
||||||
|
__all__ = ["imread_unicode"]
|
||||||
|
|
||||||
|
|
||||||
def imread_unicode(filepath: str) -> Mat:
|
def imread_unicode(filepath: str) -> Mat:
|
||||||
# https://stackoverflow.com/a/57872297/16484891
|
# https://stackoverflow.com/a/57872297/16484891
|
||||||
|
Loading…
x
Reference in New Issue
Block a user