File size: 290 Bytes
9bf4bd7
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
# Copyright (c) OpenMMLab. All rights reserved.
from .attn_postprocessor import AttentionPostprocessor
from .base import BaseTextRecogPostprocessor
from .ctc_postprocessor import CTCPostProcessor

__all__ = [
    'BaseTextRecogPostprocessor', 'AttentionPostprocessor', 'CTCPostProcessor'
]