Skip to content
Snippets Groups Projects
Unverified Commit 29e9b0e4 authored by mweidling's avatar mweidling Committed by GitHub
Browse files

Merge pull request #10 from OCR-D/hotfix-2

Hotfix 2
parents 9ad065ee 3b32589f
No related branches found
No related tags found
1 merge request!1Merge GitHub's state
...@@ -11,3 +11,4 @@ models ...@@ -11,3 +11,4 @@ models
.idea .idea
gt/* gt/*
build/ build/
logs
...@@ -4,6 +4,6 @@ ocrd process \ ...@@ -4,6 +4,6 @@ ocrd process \
"skimage-binarize -I OCR-D-CROP -O OCR-D-BIN2 -P method li" \ "skimage-binarize -I OCR-D-CROP -O OCR-D-BIN2 -P method li" \
"skimage-denoise -I OCR-D-BIN2 -O OCR-D-BIN-DENOISE -P level-of-operation page" \ "skimage-denoise -I OCR-D-BIN2 -O OCR-D-BIN-DENOISE -P level-of-operation page" \
"tesserocr-deskew -I OCR-D-BIN-DENOISE -O OCR-D-BIN-DENOISE-DESKEW -P operation_level page" \ "tesserocr-deskew -I OCR-D-BIN-DENOISE -O OCR-D-BIN-DENOISE-DESKEW -P operation_level page" \
"cis-ocropy-segment -I OCR-D-BIN-DENOISE-DESKEW -O OCR-D-SEG -P level-of-operation page" \ "cis-ocropy-segment -I OCR-D-BIN-DENOISE-DESKEW -O OCR-D-SEG" \
"cis-ocropy-dewarp -I OCR-D-SEG -O OCR-D-SEG-LINE-RESEG-DEWARP" \ "cis-ocropy-dewarp -I OCR-D-SEG -O OCR-D-SEG-LINE-RESEG-DEWARP" \
"calamari-recognize -I OCR-D-SEG-LINE-RESEG-DEWARP -O OCR-D-OCR -P checkpoint_dir qurator-gt4histocr-1.0" "calamari-recognize -I OCR-D-SEG-LINE-RESEG-DEWARP -O OCR-D-OCR -P checkpoint_dir qurator-gt4histocr-1.0"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment