summaryrefslogtreecommitdiff
path: root/text_recognizer/metadata/iam_synthetic_paragraphs.py
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-09-27 01:44:49 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-09-27 01:44:49 +0200
commit9b8e14d89f0ef2508ed11f994f73af624155fe1d (patch)
tree10d9c138f4449646c8b5c0f95003ba86b831d04d /text_recognizer/metadata/iam_synthetic_paragraphs.py
parent63376b1c2da81c23ad5239f908b640cd42a514c7 (diff)
Update data modules
Diffstat (limited to 'text_recognizer/metadata/iam_synthetic_paragraphs.py')
-rw-r--r--text_recognizer/metadata/iam_synthetic_paragraphs.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/text_recognizer/metadata/iam_synthetic_paragraphs.py b/text_recognizer/metadata/iam_synthetic_paragraphs.py
index 15bcfc8..6c11d28 100644
--- a/text_recognizer/metadata/iam_synthetic_paragraphs.py
+++ b/text_recognizer/metadata/iam_synthetic_paragraphs.py
@@ -2,5 +2,7 @@ import text_recognizer.metadata.iam_paragraphs as iam_paragraphs
import text_recognizer.metadata.shared as shared
NEW_LINE_TOKEN = iam_paragraphs.NEW_LINE_TOKEN
-
+DATA_DIRNAME = shared.DATA_DIRNAME
PROCESSED_DATA_DIRNAME = shared.DATA_DIRNAME / "processed" / "iam_synthetic_paragraphs"
+
+MAX_LABEL_LENGTH = 682