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.
 
 
 
Go to file
Gerber, Mike abc207d655 📝 README: Include example workspace + reference PAGE Viewer and dinglehopper
Fixes GH-7.
4 years ago
data@dcd3643917 ⬆ Update calamari-models URL + path 5 years ago
ocrd-bugs 🐛 ocrd-bugs: Most/All workspaces in bag files don't validate 5 years ago
xsd Use PAGE 2019 5 years ago
.gitmodules Run Calamari OCR 5 years ago
.travis.yml 🎨 Nudge build+download towards the standard qurator_data_lib.sh 4 years ago
Dockerfile 🧹 Remove half-ass GPU support to fix Travis build 4 years ago
README.md 📝 README: Include example workspace + reference PAGE Viewer and dinglehopper 4 years ago
build 🎨 Nudge build+download towards the standard qurator_data_lib.sh 4 years ago
my_ocrd_workflow Include glyph output 4 years ago
ocrd_logging.py 🔧 Set up logging level using /etc/ocrd_logging.py instead of "-l" 4 years ago
qurator_data_lib.sh ⬆ Update qurator_data_lib.sh (Fixes GH-5) 4 years ago
requirements.txt ⬆ Update ocrd_tesserocr to fix glyph bug (OCR-D/ocrd_tesserocr#112) 4 years ago
run 🎨 Improve structure and documentation of run 4 years ago

README.md

My OCR-D workflow

Build Status

WIP.

It's easiest to use it as a container. To build the container using Docker:

cd ~/devel/my_ocrd_workflow
./build

To run the container on an example workspace:

# Download an example workspace
cd /tmp
wget https://qurator-data.de/examples/actevedef_718448162.first-page.zip
unzip actevedef_718448162.first-page.zip

# Run the workflow on it
cd actevedef_718448162.first-page
~/devel/my_ocrd_workflow/run

You may then examine the results using PRImA's PAGE Viewer:

java -jar /path/to/JPageViewer.jar --resolve-dir . OCR-D-OCR-CALAMARI/OCR-D-OCR-CALAMARI_00000024.xml

The workflow also produces OCR evaluation reports using dinglehopper, if ground truth was available in a OCR-D-GT-PAGE file group:

firefox OCR-D-OCR-CALAMARI-EVAL/OCR-D-OCR-CALAMARI-EVAL_00000024.html