MMOCR / mmocr /models /ner /convertors /__init__.py
tomofi's picture
Add application file
2366e36
# Copyright (c) OpenMMLab. All rights reserved.
from .ner_convertor import NerConvertor
__all__ = ['NerConvertor']