mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/ocr.git
synced 2024-12-26 18:04:18 +00:00
Fix argument description.
This commit is contained in:
parent
41e46e95a2
commit
c39edec1ab
@ -51,7 +51,7 @@ docker run \
|
||||
-o /files_from_ocr \
|
||||
-l <languagecode>
|
||||
```
|
||||
The specified below `sfb1288inf/ocr:latest` are described in the OCR arguments part.
|
||||
The specified below `sfb1288inf/ocr:latest` are described in the [OCR arguments](#ocr-arguments) part.
|
||||
|
||||
4. Check your results in the `/<mydatalocation>/files_from_ocr` directory.
|
||||
|
||||
@ -83,7 +83,7 @@ kept.
|
||||
* default = min(4, multiprocessing.cpu_count())
|
||||
* required = False
|
||||
|
||||
`--skip-binarization`
|
||||
`--skip-binarisation`
|
||||
* Used to skip binarization with ocropus. If skipped, only the tesseract
|
||||
binarization is used.
|
||||
* default = False
|
||||
@ -101,7 +101,7 @@ docker run \
|
||||
-l eng \
|
||||
--keep_intermediates \
|
||||
--nCores 8 \
|
||||
--skip-binarization
|
||||
--skip-binarisation
|
||||
```
|
||||
|
||||
# Additional language models for OCR
|
||||
|
Loading…
Reference in New Issue
Block a user