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
23bb21f9
Commit
23bb21f9
authored
1 year ago
by
Yoann Schneider
Committed by
Manon Blanco
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix images links
parent
ac7a25af
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!309
Fix images links
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/usage/predict/index.md
+3
-3
3 additions, 3 deletions
docs/usage/predict/index.md
with
3 additions
and
3 deletions
docs/usage/predict/index.md
+
3
−
3
View file @
23bb21f9
...
...
@@ -82,7 +82,7 @@ It will create the following JSON file named after the image and a GIF showing a
}
```
<img
src=
"../../
../
assets/example_line.gif"
/>
<img
src=
"../../assets/example_line.gif"
/>
### Predict with confidence scores and word-level attention maps
...
...
@@ -111,7 +111,7 @@ It will create the following JSON file named after the image and a GIF showing a
}
```
<img
src=
"../../
../
assets/example_word.gif"
>
<img
src=
"../../assets/example_word.gif"
>
### Predict with line-level attention maps and extract polygons
...
...
@@ -160,7 +160,7 @@ It will create the following JSON file named after the image and a GIF showing a
}
```
<img
src=
"../../
../
assets/example_line_polygon.gif"
>
<img
src=
"../../assets/example_line_polygon.gif"
>
### Predict with an external n-gram language model
...
...
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