diff --git a/ppocr/postprocess/__init__.py b/ppocr/postprocess/__init__.py index f1829e3e..61593987 100644 --- a/ppocr/postprocess/__init__.py +++ b/ppocr/postprocess/__init__.py @@ -24,10 +24,8 @@ __all__ = ['build_post_process'] from .db_postprocess import DBPostProcess, DistillationDBPostProcess from .east_postprocess import EASTPostProcess from .sast_postprocess import SASTPostProcess - from .rec_postprocess import CTCLabelDecode, AttnLabelDecode, SRNLabelDecode, DistillationCTCLabelDecode, NRTRLabelDecode, \ TableLabelDecode - from .cls_postprocess import ClsPostProcess from .pg_postprocess import PGPostProcess