diff --git a/mmocr/registry.py b/mmocr/registry.py index 0f3b6616..3a63169d 100644 --- a/mmocr/registry.py +++ b/mmocr/registry.py @@ -1,6 +1,6 @@ # Copyright (c) OpenMMLab. All rights reserved. -"""MMDetection provides 17 registry nodes to support using modules across -projects. Each node is a child of the root registry in MMEngine. +"""MMOCR provides 20 registry nodes to support using modules across projects. +Each node is a child of the root registry in MMEngine. More details can be found at https://mmengine.readthedocs.io/en/latest/tutorials/registry.html.