mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00
[Model] change ocr pre and post (#568)
* change ocr pre and post * add pybind * change ocr * fix bug * fix bug * fix bug * fix bug * fix bug * fix bug * fix copy bug * fix code style * fix bug * add new function * fix windows ci bug
This commit is contained in:
8
python/fastdeploy/vision/ocr/__init__.py
Normal file → Executable file
8
python/fastdeploy/vision/ocr/__init__.py
Normal file → Executable file
@@ -13,10 +13,4 @@
|
||||
# limitations under the License.
|
||||
from __future__ import absolute_import
|
||||
|
||||
from .ppocr import PPOCRv3
|
||||
from .ppocr import PPOCRv2
|
||||
from .ppocr import PPOCRSystemv3
|
||||
from .ppocr import PPOCRSystemv2
|
||||
from .ppocr import DBDetector
|
||||
from .ppocr import Classifier
|
||||
from .ppocr import Recognizer
|
||||
from .ppocr import *
|
||||
|
Reference in New Issue
Block a user