You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
342 B
Markdown
23 lines
342 B
Markdown
My OCR-D workflow
|
|
=================
|
|
|
|
WIP.
|
|
|
|
It's easiest to use it as a container. `build` and `run` rely on the Podman
|
|
container engine, but should work with s/podman/docker/ too.
|
|
|
|
~~~
|
|
cd ~/devel/my_ocrd_workflow
|
|
./build
|
|
~~~
|
|
|
|
~~~
|
|
cd /path/to/some-ocrd-workspace
|
|
~/devel/my_ocrd_workflow/run
|
|
~~~
|
|
|
|
|
|
TODO
|
|
====
|
|
* How to create a OCR-D workspace?
|