Commit Graph

428 Commits (9d19f6377e2b6814d5365ed7792397ca8c82c8db)
 

Author SHA1 Message Date
Gerber, Mike cdd8116924 🐛 Update to ocrd >= 2.21.0 for a fix for OCR-D/core#642 4 years ago
Mike Gerber d30b1130c2
🚧 Test GitHub Actions build 4 years ago
Mike Gerber 972e03974c
🚧 Test GitHub Actions build 4 years ago
Mike Gerber cb05e8229e
🚧 Test GitHub Actions build 4 years ago
Gerber, Mike 42e8bf67e2 🚧 Add a. our augmented GT4HistOCR Calamari model b. chreul's GT4HistOCR model 4 years ago
Gerber, Mike 04d16d93d0 ⬆️ ocrd_calamari 1.0.0 (plus changes for legacy ocrd_calmari) 4 years ago
Gerber, Mike c1cc544944 Add Fraktur_50000000.502_198857 model for Tesseract 4 years ago
Gerber, Mike 984114533b 🐛 Downgrade ocrd_tesserocr to 0.9.2 to work around OCR-D/ocrd_tesserocr#160 4 years ago
Gerber, Mike c1163405c4 🎨 s/pip3/pip/g 4 years ago
Gerber, Mike 1f12b0b1e8 🧹 Remove old OCR-D bug reproducers 4 years ago
Gerber, Mike ad2e87781e 🧹 Remove obsolete run scripts 4 years ago
Gerber, Mike d63b5f4301 Add ocrd-tesserocr-segment-{region,line} commands 4 years ago
Gerber, Mike 81c9e41b01 Temporary support for ocrd_calamari/feat/update-calamari1 4 years ago
Gerber, Mike a3ae0a325d Add GT4HistOCR model download for Calamari 1.x 4 years ago
Gerber, Mike db1de930a3 🚧 wrapper: Add the rest of the container images 4 years ago
Gerber, Mike 688db6ac64 🚧 Add a wrapper script to call containers 4 years ago
Gerber, Mike b6bbc7ca3a 🚧 Add preliminary support for ocrd_calamari's Calamari 1 version 4 years ago
Gerber, Mike f2ed0b5cbf 🧹 Travis: Remove extra "set -e" 4 years ago
Gerber, Mike b26396baff 🐛 Fix ocrd-fileformat-transform alias 4 years ago
Gerber, Mike 9e90ef08cd 📝 Add an example ALTO transformation to default workflow (Closes GH-34) 4 years ago
Gerber, Mike 2c7304caec 🐛 Work around sbb_textline_detection#50 by downgrading h5py to <3 4 years ago
Gerber, Mike 16d8606484 👷🏾‍♂️ Fix ocrd_fileformat (GH-34) 4 years ago
Gerber, Mike 12af0b01fa 🚧 Add ocrd_fileformat (WIP, see GH-34) 4 years ago
Gerber, Mike 346a1c99da Merge branch 'master' of https://github.com/qurator-spk/ocrd-galley 4 years ago
Gerber, Mike 46998da14a Merge branch 'feat/ocrd_cis' 4 years ago
Gerber, Mike c23930c8df Add an example for ocrd-cis-ocropy-segment 4 years ago
Gerber, Mike 3bb514c8d6 📝 README: s/my_ocrd_workflow/ocrd-galley (where appropiate) 4 years ago
Gerber, Mike 560cfe3549 🚧 Add ocrd_cis (WIP) 4 years ago
Gerber, Mike 4265f98121 📝 README: Use "the example workflow" instead of "the workflow" 4 years ago
Gerber, Mike 2889159a5b 📝 README: Rename to ocrd-galley 4 years ago
Gerber, Mike 357cf86959 ⚙️ Travis: Use travis_wait to avoid the dreaded build timeout 4 years ago
Gerber, Mike b37106e58f 📝 README-DEV: Also push master, not only tags... 4 years ago
Gerber, Mike cc4ef3465d ⬆️ Update dinglehopper (to fix bug related to find_files() being a generator now) 4 years ago
Gerber, Mike 25d452e350 ⚙️ Make minimal ocrd version a build arg 4 years ago
Gerber, Mike fdf82c34c3 🚧 Update sbb_binarization 4 years ago
Gerber, Mike 7f0f584a1d ⬆️ Update sbb_textline_detector 4 years ago
Gerber, Mike 0841af5491 🚧 Prepare supporting ocrd-sbb-binarize
ocrd-sbb-binarize seems to work but its input does not work with
ocrd-sbb-textline-detector:

https://github.com/qurator-spk/sbb_binarization/issues/8
https://github.com/qurator-spk/sbb_textline_detection/issues/47
4 years ago
Gerber, Mike 053fc0bc34 📝 README: Fix error in ocrd-workspace-from-images example 4 years ago
Gerber, Mike 66f5ea103b Merge branch 'master' of https://github.com/mikegerber/my_ocrd_workflow 4 years ago
Gerber, Mike a6695f2927 ocrd-workspace-from-images 4 years ago
Mike Gerber cb5047af11
📝 README: Fix run-docker-hub-update info 4 years ago
Gerber, Mike 9d42de5da4 🐳 run-docker-hub-update: Update to the latest containers 4 years ago
Gerber, Mike 12a305242f 📝 README-DEV: Create release on GitHub 4 years ago
Gerber, Mike cf43f9af98 ⚙️ Use Docker build ARGs for build args 4 years ago
Gerber, Mike 311e3eab88 🐛 Consistently use pip install --use-feature=2020-resolver 4 years ago
Mike Gerber 8fc5449fbf
Merge pull request #27 from cneud/newer-textline-detector
Update Dockerfile-sbb_textline_detector
4 years ago
Clemens Neudecker 0ea10ee7b6
Update Dockerfile-sbb_textline_detector 4 years ago
Mike Gerber db63b46e65
📝 ppn2ocr: Mention upgrading pip
Installing the ppn2ocr requirements fails when pip is not updated (see issue below),
so mention the issue in the README.

Quoting https://github.com/skvark/opencv-python#frequently-asked-questions:

Q: Pip install fails with ModuleNotFoundError: No module named 'skbuild'?
Since opencv-python version 4.3.0.*, manylinux1 wheels were replaced by manylinux2014 wheels. If your pip is too old, it will try to use the new source distribution introduced in 4.3.0.38 to manually build OpenCV because it does not know how to install manylinux2014 wheels. However, source build will also fail because of too old pip because it does not understand build dependencies in pyproject.toml. To use the new manylinux2014 pre-built wheels (or to build from source), your pip version must be >= 19.3. Please upgrade pip with pip install --upgrade pip.
4 years ago
Mike Gerber e535311fcb
📝 README: Mention venv when installing ppn2ocr 4 years ago
Gerber, Mike 64d0d85d3e 🎨 ppn2ocr: Fix some whitespace code style issues 4 years ago