mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-19 09:49:53 +02:00
📝 README: Update to reflect that we are now using multiple containers
This commit is contained in:
parent
3fb2d39d94
commit
b7c3a9a879
1 changed files with 12 additions and 6 deletions
18
README.md
18
README.md
|
@ -11,15 +11,21 @@ this workflow produces:
|
||||||
* OCR text (using Calamari and Tesseract, both with GT4HistOCR models)
|
* OCR text (using Calamari and Tesseract, both with GT4HistOCR models)
|
||||||
* (Given ground truth in OCR-D-GT-PAGE, also an OCR text evaluation report)
|
* (Given ground truth in OCR-D-GT-PAGE, also an OCR text evaluation report)
|
||||||
|
|
||||||
If you're interested in the exact processors, versions and parameters, please take a look at the [script](my_ocrd_workflow) and possibly the [Dockerfile](Dockerfile) and the [requirements](requirements.txt).
|
If you're interested in the exact processors, versions and parameters, please
|
||||||
|
take a look at the [script](my_ocrd_workflow) and possibly the individual
|
||||||
|
Dockerfiles.
|
||||||
|
|
||||||
Goal
|
Goal
|
||||||
----
|
----
|
||||||
Provide a **test environment** to produce OCR output for historical prints, using OCR-D, especially [ocrd_calamari](https://github.com/OCR-D/ocrd_calamari) and [sbb_textline_detection](https://github.com/qurator-spk/sbb_textline_detection), including all dependencies in Docker.
|
Provide a **test environment** to produce OCR output for historical prints,
|
||||||
|
using OCR-D, especially [ocrd_calamari](https://github.com/OCR-D/ocrd_calamari)
|
||||||
|
and
|
||||||
|
[sbb_textline_detection](https://github.com/qurator-spk/sbb_textline_detection),
|
||||||
|
including all dependencies in Docker.
|
||||||
|
|
||||||
How to use
|
How to use
|
||||||
----------
|
----------
|
||||||
It's easiest to use it as a pre-built container. To run the container on an
|
It's easiest to use it as pre-built containers. To run the containers on an
|
||||||
example workspace:
|
example workspace:
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
@ -33,13 +39,13 @@ cd actevedef_718448162.first-page
|
||||||
~/devel/my_ocrd_workflow/run-docker-hub
|
~/devel/my_ocrd_workflow/run-docker-hub
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
### Build the container yourself
|
### Build the containers yourself
|
||||||
To build the container yourself using Docker:
|
To build the containers yourself using Docker:
|
||||||
~~~
|
~~~
|
||||||
cd ~/devel/my_ocrd_workflow
|
cd ~/devel/my_ocrd_workflow
|
||||||
./build
|
./build
|
||||||
~~~
|
~~~
|
||||||
You may then use the script `run` to use your self-built container, analogous to
|
You may then use the script `run` to use your self-built containers, analogous to
|
||||||
the example above.
|
the example above.
|
||||||
|
|
||||||
### Viewing results
|
### Viewing results
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue