Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
tomofi
/
MMOCR
like
15
Runtime error
App
Files
Files
Community
2
fe4aa9b
MMOCR
/
mmocr
/
models
/
ner
/
convertors
/
__init__.py
tomofi
Add application file
2366e36
over 2 years ago
raw
Copy download link
history
blame
Safe
116 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from
.ner_convertor
import
NerConvertor
__all__ = [
'NerConvertor'
]