Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DAN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Automatic Text Recognition
DAN
Commits
27439a2b
Commit
27439a2b
authored
2 years ago
by
Solene Tarride
Browse files
Options
Downloads
Patches
Plain Diff
Fix type for --threshold-value
parent
40e3f6f1
No related branches found
No related tags found
1 merge request
!76
Add predicted objects to predict command
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/usage/predict.md
+1
-1
1 addition, 1 deletion
docs/usage/predict.md
with
1 addition
and
1 deletion
docs/usage/predict.md
+
1
−
1
View file @
27439a2b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment