81c9e41b01
✨ Temporary support for ocrd_calamari/feat/update-calamari1
2020-11-19 18:03:20 +01:00
a3ae0a325d
✨ Add GT4HistOCR model download for Calamari 1.x
2020-11-19 17:27:31 +01:00
db1de930a3
🚧 wrapper: Add the rest of the container images
2020-11-17 16:50:06 +01:00
688db6ac64
🚧 Add a wrapper script to call containers
2020-11-17 16:39:47 +01:00
b6bbc7ca3a
🚧 Add preliminary support for ocrd_calamari's Calamari 1 version
2020-11-17 10:07:25 +01:00
f2ed0b5cbf
🧹 Travis: Remove extra "set -e"
2020-11-16 14:57:06 +01:00
b26396baff
🐛 Fix ocrd-fileformat-transform alias
2020-11-16 14:46:32 +01:00
9e90ef08cd
📝 Add an example ALTO transformation to default workflow (Closes GH-34)
2020-11-16 14:46:18 +01:00
2c7304caec
🐛 Work around sbb_textline_detection#50 by downgrading h5py to <3
2020-11-16 14:21:57 +01:00
16d8606484
👷🏾♂️ Fix ocrd_fileformat (GH-34)
2020-11-16 12:59:09 +01:00
12af0b01fa
🚧 Add ocrd_fileformat (WIP, see GH-34)
2020-11-13 17:47:52 +01:00
346a1c99da
Merge branch 'master' of https://github.com/qurator-spk/ocrd-galley
2020-10-28 19:13:20 +01:00
46998da14a
Merge branch 'feat/ocrd_cis'
2020-10-28 19:13:00 +01:00
c23930c8df
✨ Add an example for ocrd-cis-ocropy-segment
2020-10-28 19:12:47 +01:00
3bb514c8d6
📝 README: s/my_ocrd_workflow/ocrd-galley (where appropiate)
2020-10-28 19:05:32 +01:00
560cfe3549
🚧 Add ocrd_cis (WIP)
2020-10-28 18:35:47 +01:00
4265f98121
📝 README: Use "the example workflow" instead of "the workflow"
2020-10-28 17:20:47 +01:00
2889159a5b
📝 README: Rename to ocrd-galley
2020-10-28 17:20:02 +01:00
357cf86959
⚙️ Travis: Use travis_wait to avoid the dreaded build timeout
2020-10-26 18:56:53 +01:00
b37106e58f
📝 README-DEV: Also push master, not only tags...
2020-10-26 15:40:09 +01:00
cc4ef3465d
⬆️ Update dinglehopper (to fix bug related to find_files() being a generator now)
2020-10-23 17:44:01 +02:00
25d452e350
⚙️ Make minimal ocrd version a build arg
2020-10-23 17:33:20 +02:00
fdf82c34c3
🚧 Update sbb_binarization
2020-10-23 16:44:47 +02:00
7f0f584a1d
⬆️ Update sbb_textline_detector
2020-10-22 21:15:21 +02:00
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
2020-10-22 21:08:16 +02:00
053fc0bc34
📝 README: Fix error in ocrd-workspace-from-images example
2020-10-09 16:55:33 +02:00
66f5ea103b
Merge branch 'master' of https://github.com/mikegerber/my_ocrd_workflow
2020-10-09 16:50:40 +02:00
a6695f2927
✨ ocrd-workspace-from-images
2020-10-09 16:50:12 +02:00
cb5047af11
📝 README: Fix run-docker-hub-update info
2020-10-02 11:36:55 +02:00
9d42de5da4
🐳 run-docker-hub-update: Update to the latest containers
2020-09-25 17:46:55 +02:00
12a305242f
📝 README-DEV: Create release on GitHub
2020-09-25 17:03:09 +02:00
cf43f9af98
⚙️ Use Docker build ARGs for build args
2020-09-25 16:15:43 +02:00
311e3eab88
🐛 Consistently use pip install --use-feature=2020-resolver
2020-09-25 16:11:11 +02:00
8fc5449fbf
Merge pull request #27 from cneud/newer-textline-detector
...
Update Dockerfile-sbb_textline_detector
2020-09-25 15:15:44 +02:00
Clemens Neudecker
0ea10ee7b6
Update Dockerfile-sbb_textline_detector
2020-09-16 19:26:38 +02:00
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.
2020-09-03 18:01:20 +02:00
e535311fcb
📝 README: Mention venv when installing ppn2ocr
2020-09-03 17:55:58 +02:00
64d0d85d3e
🎨 ppn2ocr: Fix some whitespace code style issues
2020-09-03 17:18:42 +02:00
1a532b1ccc
✨ Validate PPN argument
...
ppn2ocr expects the PPN to be in the PPNxxxxxxx format, i.e. including
the leading 'PPN' string. Validate the argument accordingly.
2020-09-03 16:59:50 +02:00
058df70ece
⚙️ Cache builds from previous build (for Travis)
2020-09-01 13:09:37 +02:00
568cf60b4c
⚙️ Consistently set LOG_LEVEL to INFO by default
2020-09-01 11:57:18 +02:00
67994d18a7
📝 README: Mention qurator-spk and Docker Hub
2020-08-25 19:24:25 +02:00
b7ea32ceb2
📝 README: Fix SBB documentation comment
2020-08-25 18:56:49 +02:00
b7c3a9a879
📝 README: Update to reflect that we are now using multiple containers
2020-08-25 18:56:31 +02:00
3fb2d39d94
✨ Allow running pre-built containers again
2020-08-25 16:38:22 +02:00
c5cd3f17e2
Merge branch 'feat/boxed-processors'
2020-08-24 19:36:31 +02:00
902f32cb95
🧹 Move one-liner ocrd_logging.py to an echo statement
2020-08-24 19:35:08 +02:00
13c619a2f0
🚧 Travis: Fix tagging/pushing/pulling the correct images
2020-08-24 18:45:30 +02:00
17c6b15a1b
🐛 (Better) Handle missing pip3 in the main script
2020-08-24 18:13:13 +02:00
436bb32a82
🚧 Travis: Fix tagging/pushing/pulling the correct images
2020-08-24 17:40:50 +02:00