Commit Graph

37 Commits (3d7a8ecf1157d1b329c509bd86d2c59b4f448304)

Author SHA1 Message Date
Gerber, Mike 68f6e1609b Allow (re)building only some container images
To speed up rebuilding container images, you can now supply the desired
subimage to build:

  ./build sbb_textline_detector

or even simpler, leveraging shell filename completion:

  ./build Dockerfile-sbb_textline_detector
Gerber, Mike 90d0fe4c84 🚧 Support CUDA
Gerber, Mike 42e8bf67e2 🚧 Add a. our augmented GT4HistOCR Calamari model b. chreul's GT4HistOCR model
Gerber, Mike 04d16d93d0 ⬆️ ocrd_calamari 1.0.0 (plus changes for legacy ocrd_calmari)
Gerber, Mike a3ae0a325d Add GT4HistOCR model download for Calamari 1.x
Gerber, Mike b6bbc7ca3a 🚧 Add preliminary support for ocrd_calamari's Calamari 1 version
Gerber, Mike 12af0b01fa 🚧 Add ocrd_fileformat (WIP, see GH-34)
Gerber, Mike 560cfe3549 🚧 Add ocrd_cis (WIP)
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
Gerber, Mike 058df70ece ⚙️ Cache builds from previous build (for Travis)
Gerber, Mike 73ffa01d12 🎨 Rename boxed-* to my_ocrd_workflow-*
Gerber, Mike a820d72526 🧹 s/base/core
Gerber, Mike 02eae7b6fa Move processors into their own Docker container
Gerber, Mike c2946395e3 🐛 Fix downloading repacked tessdata_best
Gerber, Mike 72693071e0 ⚙️ Get tessdata_best from git-annex/our mirror to make downloads more robust
Gerber, Mike b0b1c021a8 🧹 Update Calamari model path
Gerber, Mike 9f29e53e63 Travis: Cache Docker builds from previous image
Gerber, Mike 1252d8ccc3 🎨 Nudge build+download towards the standard qurator_data_lib.sh
Gerber, Mike c8a64e5d57 🐛 Fix textline_detection model download
Gerber, Mike a097532847 🐛 select+do is apparently a bash feature, so make ./build a bash script
Gerber, Mike 7d17b9b2d4 Add initial Travis configuration
Gerber, Mike 0889d1a5e3 🧹 Update/move some XXXs/TODOs
Gerber, Mike 87a2bce93c ⬆ Update calamari-models URL + path
Gerber, Mike 2b8c6728bc ⬆ Update model URL
Gerber, Mike 6e3b4e707a 💩 Mark textline_detection tar for update
Gerber, Mike edd0930952 ⚙ Download files from the web
Gerber, Mike 21df393b0f ⚙ Suggest commands to fix data submodule
Gerber, Mike cd2e92fbc4 ⚙ Give use choice to fix data sub-dir
Gerber, Mike eeb733486f ⚙ Sanity-check data submodule
Gerber, Mike 63c364207c 💩 Add a funny workaround to get git-annex to give us our files
Gerber, Mike 6454d20998 Use sbb_textline_detector to segment lines
Gerber, Mike bdab016e2c Use GT4HistOCR_2000000 model from qurator-data for Tesseract
Gerber, Mike 0bc06c2fad Run Calamari OCR
Gerber, Mike 001e62f54a 🔧 Use docker, not podman
Gerber, Mike b169f35bb1 🔧 Build container with cache again
Gerber, Mike d5aa273b44 🚧 Use ocr-eval aka dinglehopper
Gerber, Mike 3f366339ad Add container setup