From 27439a2b7b54b0e93621752909920fd4ea58be00 Mon Sep 17 00:00:00 2001 From: starride-teklia <starride@teklia.com> Date: Tue, 11 Apr 2023 15:26:55 +0000 Subject: [PATCH] Fix type for --threshold-value --- docs/usage/predict.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/predict.md b/docs/usage/predict.md index f2da4926..ea8ddd93 100644 --- a/docs/usage/predict.md +++ b/docs/usage/predict.md @@ -21,7 +21,7 @@ Use the `teklia-dan predict` command to predict a trained DAN model on an image. | `--word-separators` | List of word separators. | `list` | `[" ", "\n"]` | | `--line-separators` | List of line separators. | `list` | `["\n"]` | | `--threshold-method` | Method to use for attention mask thresholding. Should be in `["otsu", "simple"]`. | `str` | `"otsu"` | -| `--threshold-value ` | Threshold to use for the "simple" thresholding method. | `str` | `0` | +| `--threshold-value ` | Threshold to use for the "simple" thresholding method. | `int` | `0` | ## Examples -- GitLab