summaryrefslogtreecommitdiff
path: root/text_recognizer/metadata/iam_synthetic_paragraphs.py
blob: 6c11d289b086c0344e3e9c70b1cff055f2c8737c (plain)
1
2
3
4
5
6
7
8
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