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