__init__.py 446 B

12345678910111213141516
  1. # !/usr/bin/env python3
  2. # -*- coding: UTF-8 -*-
  3. ################################################################################
  4. #
  5. # Copyright (c) 2024 Baidu.com, Inc. All Rights Reserved
  6. #
  7. ################################################################################
  8. """
  9. Author: PaddlePaddle Authors
  10. """
  11. # Register models and architectures
  12. # task
  13. from .text_det import register
  14. from .text_rec import register
  15. from .table_rec import register