diff --git a/ppocr/utils/character.py b/ppocr/utils/character.py index 13ba079b902e0066a4dc8a0e85f5b480210194aa..6acfc0c5e7402f42d7a1fc86e38fb20d94e0c7a3 100755 --- a/ppocr/utils/character.py +++ b/ppocr/utils/character.py @@ -71,7 +71,7 @@ class CharacterOps(object): Args: text: text labels of each image. [batch_size] - Reture: + Return: text: concatenated text index for CTCLoss. [sum(text_lengths)] = [text_index_0 + text_index_1 + ... + text_index_(n - 1)] """