mirror of
https://github.com/alibaba/EasyCV.git
synced 2025-06-03 14:49:00 +08:00
5 lines
220 B
Python
5 lines
220 B
Python
# Copyright (c) Alibaba, Inc. and its affiliates.
|
|
from .ocr_cls_datasource import OCRClsSource
|
|
from .ocr_det_datasource import OCRDetSource, OCRPaiDetSource
|
|
from .ocr_rec_datasource import OCRReclmdbSource, OCRRecSource
|