This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
Sherlock1011
/
LabelOcr
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
971e59ac7a
Branches
Tags
master
LabelOcr
/
model
/
__init__.py
__init__.py
58 B
Historique
Raw
1
2
3
4
5
from .qwen_ocr import QwenOcr
__all__ = [
"QwenOcr"
]