Commit graph

18 commits

Author SHA1 Message Date
d2c316285c 🧹 ppn2ocr: Remove obsolete show_help() 2020-06-17 16:44:17 +02:00
f5b2eed8a6 🐛 ppn2ocr: Work around oai.sbb.berlin certificate problem
oai.sbb.berlin does not have a valid certificate:

% curl https://oai.sbb.berlin
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.haxx.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

Work around this by setting verify=False.
2020-06-09 11:19:25 +02:00
4e19e2a655 💄 ppn2ocr: Add a proper CLI interface 2020-06-03 15:53:45 +02:00
70eb73e4c7 🧹 ppn2ocr: (Re)Move TODOs 2020-06-03 15:34:00 +02:00
05dbffeb7a 🚧 ppn2ocr: Do not call workflow for now 2020-06-03 10:12:36 +02:00
10f5198fa6 🚧 ppn2ocr: s/contain/encapsulate 2020-06-03 10:11:23 +02:00
f893b339c5 🚧 ppn2ocr: Properly remove the PRESENTATION file group 2020-06-03 10:10:54 +02:00
014e70fe35 🚧 ppn2ocr: Actually run the workflow 2020-06-02 19:25:31 +02:00
74cb361723 🚧 ppn2ocr: Extract a function to contain the IIIF hack 2020-06-02 19:18:06 +02:00
c7c8934e89 🚧 ppn2ocr: Convert to Python + fumble in IIIF URLs 2020-06-02 19:06:31 +02:00
7c5cbc7244 📝 ppn2ocr: Add to README, including proxy configuration 2020-05-22 17:23:49 +02:00
1585247482 ppn2ocr: Make PPN a command line parameter 2020-05-22 17:15:50 +02:00
2a4b204fbe 🎨 ppn2ocr: Extract a function to make a workspace 2020-05-22 16:53:20 +02:00
18d4ab0ba1 ppn2ocr: Use a better example document 2020-05-22 16:45:19 +02:00
8024064697 🐛 ppn2ocr: Fix file:/ links to use file:///, and remove unavaiblable LOCAL file group 2020-05-22 16:09:00 +02:00
3b60b26c53 🐛 ppn2ocr: Do not set no_proxy here 2020-05-18 21:03:06 +02:00
5675047047 🧹 ppn2ocr: We already use run-docker-hub 2020-05-14 16:25:34 +02:00
770af0a205 🚧 WIP: Add script ppn2ocr to run a document by giving PPN 2020-03-09 18:27:29 +01:00