From 75dd73f3830da93b58b4e5f0198f3a993e6d8984 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Thu, 16 May 2019 13:19:20 +0200 Subject: [PATCH] Fix Typo --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8aae34f..8f81e96 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,11 @@ docker pull gitlab.ub.uni-bielefeld.de:4567/sfb1288inf/ocr:latest ``` mkdir -p //files_for_ocr //files_from_ocr ``` + 2. Place your files inside the `//files_for_ocr` directory. Files can either be multipage TIFF (.tiff, .tif) or PDF (.pdf) files. Files should all contain text of the same language. + 3. Start the OCR process. ``` docker run \ @@ -48,6 +50,7 @@ docker run \ -l ``` The specified below `sfb1288inf/ocr:latest` are described in the OCR arguments part. + 4. Check your results in the `//files_from_ocr` directory. ### OCR arguments