Commit graph

478 commits

Author SHA1 Message Date
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
d4cc0c16c0 🚧 Travis: Fix tagging/pushing/pulling the correct images 2020-08-24 17:39:34 +02:00
848a1eb6c3 🚧 Travis: Pull the correct images in the test stage 2020-08-24 17:25:13 +02:00
fc853d4d13 🐛 Handle missing pip3 in the main script 2020-08-24 17:23:28 +02:00
0074ac405e 🚧 Travis: Fix build stage 2020-08-14 18:06:07 +02:00
eb820bac72 🚧 Travis: Fix build stage 2020-08-14 18:04:19 +02:00
b0157ff1a2 🚧 Travis: Fix build stage 2020-08-14 18:02:42 +02:00
21c1f310b1 🚧 Travis: Fix build stage 2020-08-14 17:54:13 +02:00
73ffa01d12 🎨 Rename boxed-* to my_ocrd_workflow-* 2020-08-14 17:52:57 +02:00
a820d72526 🧹 s/base/core 2020-08-14 17:39:31 +02:00
9680dd8299 ⚙️ Install pip via get-pip.py 2020-08-14 17:17:25 +02:00
92391747a7 🧹 Remove obsolete xsd/ directory 2020-08-14 14:38:02 +02:00
02eae7b6fa Move processors into their own Docker container 2020-08-14 14:37:20 +02:00
894cbeee32 Merge branch 'test/pip-2020-resolver' 2020-08-07 19:27:21 +02:00
5806674fa0 🎉 Checkout pip 20.2's new 2020-resolver feature 2020-08-07 18:50:46 +02:00
d3b6974316 💩 I hate pip to much 2020-08-07 18:43:22 +02:00
037f64518f ⬆️ Update dinglehopper 2020-08-07 18:29:10 +02:00
c2946395e3 🐛 Fix downloading repacked tessdata_best 2020-08-06 13:08:46 +02:00
daa8095a25 ⬆️ Update ocrd_calamari to fix pcGtsId (also ocrd for good measure) 2020-08-06 12:57:16 +02:00
bf7c6abcbf ⬆️ Update sbb_textline_detector to fix pcGtsId issue 2020-08-05 20:14:10 +02:00
73a125d893 ⬆️ Update ocrd_tesserocr to fix pcGtsId issue 2020-08-05 20:13:56 +02:00
0b1da9a5db 🧹 Update Calamari model path 2020-08-05 20:13:14 +02:00
c5536d3722 💩 Increase pip default timeout 2020-08-05 20:12:49 +02:00
b75d17e42c Merge branch 'master' of github.com:mikegerber/my_ocrd_workflow 2020-08-05 16:05:08 +02:00
72693071e0 ⚙️ Get tessdata_best from git-annex/our mirror to make downloads more robust 2020-08-05 16:03:17 +02:00
6ae31395a3 ⚙️ Configure retries for apt-get/curl to make downloads more robust 2020-08-05 16:02:06 +02:00
b0b1c021a8 🧹 Update Calamari model path 2020-08-05 12:27:05 +02:00
31c36eb534 ⬆️ Update qurator_data_lib.sh to allow not unpacking a downloaded file 2020-08-05 12:01:41 +02:00
3f511bc8e3 🗒️ README: Break jpageviewer line 2020-08-05 11:16:36 +02:00
d1a2bfe669 🐛 Deal with ocrd_olena >= 1.2.0 using one output file group only 2020-07-31 14:25:35 +02:00
7111d28f9b ⬆️ ocrd_olena → 1.2.0 2020-07-31 13:52:21 +02:00
1a308a5522 🧹 Use OCR-D's -P, remove now redundant validation and remove now unnecessary functions 2020-07-30 20:55:11 +02:00
efd955c04f 🧹 Modernize my_ocrd_workflow and use OCR-D's new --overwrite 2020-07-30 20:20:52 +02:00
3af3c6dd00 ⬆️ Update qurator_data_lib.sh 2020-07-30 19:23:45 +02:00
0f8b2d82d5 🧹 Travis: Comment out transfer.sh output 2020-07-30 19:12:08 +02:00
032f58e4b8 Merge branch 'master' of https://github.com/mikegerber/my_ocrd_workflow 2020-07-30 18:04:12 +02:00
131e862762 💩 Travis: Skip validation until https://github.com/OCR-D/ocrd_olena/issues/60 is fixed 2020-07-30 18:03:24 +02:00
7fe2ce84b5 🐛 Update sbb_textline_detector to fix Keras/TF issue 2020-07-29 16:46:00 +02:00
ef3a8a69e0 ⬆️ Update ocrd_olena 2020-07-29 16:45:21 +02:00