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
Gerber, Mike
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.
4 years ago
Gerber, Mike
058df70ece
⚙️ Cache builds from previous build (for Travis)
4 years ago
Gerber, Mike
568cf60b4c
⚙️ Consistently set LOG_LEVEL to INFO by default
4 years ago
Gerber, Mike
67994d18a7
📝 README: Mention qurator-spk and Docker Hub
4 years ago
Gerber, Mike
b7ea32ceb2
📝 README: Fix SBB documentation comment
4 years ago
Gerber, Mike
b7c3a9a879
📝 README: Update to reflect that we are now using multiple containers
4 years ago
Gerber, Mike
3fb2d39d94
✨ Allow running pre-built containers again
4 years ago
Gerber, Mike
c5cd3f17e2
Merge branch 'feat/boxed-processors'
4 years ago
Gerber, Mike
902f32cb95
🧹 Move one-liner ocrd_logging.py to an echo statement
4 years ago
Gerber, Mike
13c619a2f0
🚧 Travis: Fix tagging/pushing/pulling the correct images
4 years ago
Gerber, Mike
17c6b15a1b
🐛 (Better) Handle missing pip3 in the main script
4 years ago
Gerber, Mike
436bb32a82
🚧 Travis: Fix tagging/pushing/pulling the correct images
4 years ago
Gerber, Mike
d4cc0c16c0
🚧 Travis: Fix tagging/pushing/pulling the correct images
4 years ago
Gerber, Mike
848a1eb6c3
🚧 Travis: Pull the correct images in the test stage
4 years ago
Gerber, Mike
fc853d4d13
🐛 Handle missing pip3 in the main script
4 years ago
Gerber, Mike
0074ac405e
🚧 Travis: Fix build stage
4 years ago
Gerber, Mike
eb820bac72
🚧 Travis: Fix build stage
4 years ago
Gerber, Mike
b0157ff1a2
🚧 Travis: Fix build stage
4 years ago
Gerber, Mike
21c1f310b1
🚧 Travis: Fix build stage
4 years ago
Gerber, Mike
73ffa01d12
🎨 Rename boxed-* to my_ocrd_workflow-*
4 years ago
Gerber, Mike
a820d72526
🧹 s/base/core
4 years ago
Gerber, Mike
9680dd8299
⚙️ Install pip via get-pip.py
4 years ago
Gerber, Mike
92391747a7
🧹 Remove obsolete xsd/ directory
4 years ago
Gerber, Mike
02eae7b6fa
✨ Move processors into their own Docker container
4 years ago
Gerber, Mike
894cbeee32
Merge branch 'test/pip-2020-resolver'
4 years ago
Gerber, Mike
5806674fa0
🎉 Checkout pip 20.2's new 2020-resolver feature
4 years ago
Gerber, Mike
d3b6974316
💩 I hate pip to much
4 years ago
Gerber, Mike
037f64518f
⬆️ Update dinglehopper
4 years ago
Gerber, Mike
c2946395e3
🐛 Fix downloading repacked tessdata_best
4 years ago
Gerber, Mike
daa8095a25
⬆️ Update ocrd_calamari to fix pcGtsId (also ocrd for good measure)
4 years ago
Gerber, Mike
bf7c6abcbf
⬆️ Update sbb_textline_detector to fix pcGtsId issue
4 years ago
Gerber, Mike
73a125d893
⬆️ Update ocrd_tesserocr to fix pcGtsId issue
4 years ago
Gerber, Mike
0b1da9a5db
🧹 Update Calamari model path
4 years ago
Gerber, Mike
c5536d3722
💩 Increase pip default timeout
4 years ago
Gerber, Mike
b75d17e42c
Merge branch 'master' of github.com:mikegerber/my_ocrd_workflow
4 years ago
Gerber, Mike
72693071e0
⚙️ Get tessdata_best from git-annex/our mirror to make downloads more robust
4 years ago
Gerber, Mike
6ae31395a3
⚙️ Configure retries for apt-get/curl to make downloads more robust
4 years ago
Gerber, Mike
b0b1c021a8
🧹 Update Calamari model path
4 years ago
Gerber, Mike
31c36eb534
⬆️ Update qurator_data_lib.sh to allow not unpacking a downloaded file
4 years ago
Gerber, Mike
3f511bc8e3
🗒️ README: Break jpageviewer line
4 years ago