mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 06:39:53 +02:00
📝 Document the two remaining un-documented functions
This commit is contained in:
parent
848dd143fd
commit
be0a0c353a
1 changed files with 4 additions and 0 deletions
|
@ -61,6 +61,8 @@ do_ocr() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_ocr_calamari() {
|
do_ocr_calamari() {
|
||||||
|
# Perform OCR on the segmented lines
|
||||||
|
|
||||||
ocrd_calamari_recognize_parameters='{
|
ocrd_calamari_recognize_parameters='{
|
||||||
"checkpoint": "/var/lib/calamari-models/GT4HistOCR/2019-07-22T15:49+0200/*.ckpt.json",
|
"checkpoint": "/var/lib/calamari-models/GT4HistOCR/2019-07-22T15:49+0200/*.ckpt.json",
|
||||||
"textequiv_level": "line"
|
"textequiv_level": "line"
|
||||||
|
@ -85,6 +87,8 @@ page_validate_xml() {
|
||||||
}
|
}
|
||||||
|
|
||||||
page_upgrade_to_2019() {
|
page_upgrade_to_2019() {
|
||||||
|
# Upgrade PAGE files to 2019-07-15
|
||||||
|
|
||||||
filegrp=$1
|
filegrp=$1
|
||||||
|
|
||||||
local file
|
local file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue