From d9e07fff9dd72c67667ae5f721d08ecb672aab6f Mon Sep 17 00:00:00 2001 From: tink2123 Date: Fri, 29 May 2020 15:54:23 +0800 Subject: [PATCH] fix typo --- ppocr/utils/character.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppocr/utils/character.py b/ppocr/utils/character.py index 13ba079b..6acfc0c5 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)] """ -- GitLab