summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-04-04 11:31:00 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-04-04 11:31:00 +0200
commit186edf0890953f070cf707b6c3aef26961e1721f (patch)
tree47dec0d107b4c6b6725a15f7c99bf9f71ae6e7f3 /pyproject.toml
parent07f2cc3665a1a60efe8ed8073cad6ac4f344b2c2 (diff)
Add synthetic iam paragraphs dataset
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9668a8d..252678f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -77,6 +77,8 @@ extract-iam-text = "text_recognizer.data.iam_preprocessor:cli"
make-wordpieces = "text_recognizer.data.make_wordpieces:cli"
build-transitions = "text_recognizer.data.build_transitions:cli"
generate-iam-paragraphs = "text_recognizer.data.iam_paragraphs:create_iam_paragraphs"
+generate-iam-synthetic-paragraphs = "text_recognizer.data.iam_synthetic_paragraphs:create_synthetic_iam_paragraphs"
+show-iam-extended-info = "text_recognizer.data.iam_extended_paragraphs:show_dataset_info"
[build-system]
requires = ["poetry>=0.12"]