Skip to content

Commit 9d8adb1

Browse files
committed
Update Tue Jan 14 17:09:28 CET 2025
1 parent 00ae126 commit 9d8adb1

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

en/models.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -665,8 +665,9 @@ <h2 id="where-is-the-data">Where is the data</h2>
665665
you can override the location to store data with the <code class="language-plaintext highlighter-rouge">--location</code> option, which can
666666
be <code class="language-plaintext highlighter-rouge">cwd</code>, <code class="language-plaintext highlighter-rouge">data</code>, <code class="language-plaintext highlighter-rouge">system</code> and <code class="language-plaintext highlighter-rouge">module</code> resp.</p>
667667

668-
<p>In Docker though, <code class="language-plaintext highlighter-rouge">$XDG_CONFIG_HOME=$XDG_DATA_HOME/ocrd-resources=/usr/local/share/ocrd-resources</code>
669-
gets symlinked to <code class="language-plaintext highlighter-rouge">/models</code> for easier volume handling (and persistency).</p>
668+
<p>In Docker though, <code class="language-plaintext highlighter-rouge">$XDG_CONFIG_HOME</code> (set to <code class="language-plaintext highlighter-rouge">$XDG_DATA_HOME/ocrd-resources</code>,
669+
which ultimately is <code class="language-plaintext highlighter-rouge">/usr/local/share/ocrd-resources</code>) gets symlinked to
670+
<code class="language-plaintext highlighter-rouge">/models</code> for easier volume handling (and persistency).</p>
670671

671672
<div class="language-sh highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="c"># will download to $PWD/latest_net_G.pth</span>
672673
ocrd resmgr download <span class="nt">--location</span> cwd ocrd-anybaseocr-dewarp latest_net_G.pth

feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="https://ocr-d.de/feed.xml" rel="self" type="application/atom+xml" /><link href="https://ocr-d.de/" rel="alternate" type="text/html" /><updated>2025-01-14T16:47:09+01:00</updated><id>https://ocr-d.de/feed.xml</id><title type="html">OCR-D</title><subtitle>Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.</subtitle><entry xml:lang="de"><title type="html">OCR-D Phase III gestartet</title><link href="https://ocr-d.de/de/2021/08/06/kick-off-phase3.html" rel="alternate" type="text/html" title="OCR-D Phase III gestartet" /><published>2021-08-06T00:00:00+02:00</published><updated>2021-08-06T00:00:00+02:00</updated><id>https://ocr-d.de/de/2021/08/06/kick-off-phase3</id><content type="html" xml:base="https://ocr-d.de/de/2021/08/06/kick-off-phase3.html"><![CDATA[<p>Am 30. Juli fand unser Kick-off-Workshop statt, der die Phase III von OCR-D einläutete.</p>
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="https://ocr-d.de/feed.xml" rel="self" type="application/atom+xml" /><link href="https://ocr-d.de/" rel="alternate" type="text/html" /><updated>2025-01-14T17:09:19+01:00</updated><id>https://ocr-d.de/feed.xml</id><title type="html">OCR-D</title><subtitle>Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.</subtitle><entry xml:lang="de"><title type="html">OCR-D Phase III gestartet</title><link href="https://ocr-d.de/de/2021/08/06/kick-off-phase3.html" rel="alternate" type="text/html" title="OCR-D Phase III gestartet" /><published>2021-08-06T00:00:00+02:00</published><updated>2021-08-06T00:00:00+02:00</updated><id>https://ocr-d.de/de/2021/08/06/kick-off-phase3</id><content type="html" xml:base="https://ocr-d.de/de/2021/08/06/kick-off-phase3.html"><![CDATA[<p>Am 30. Juli fand unser Kick-off-Workshop statt, der die Phase III von OCR-D einläutete.</p>
22

33
<p>Das Team gab eine Einführung in die <a href="/assets/kick-off/phase3.pdf">Ziele und öffentlichen Kommunikationskanäle von OCR-D in Phase III</a>, in <a href="/assets/kick-off/spec_core_ocrd_all.pdf">Status und Pläne der OCR-Software</a> und der <a href="/assets/kick-off/web-api.pdf">Web-API</a> und in den Umgang mit <a href="/assets/kick-off/gt.pdf">Ground Truth Daten in OCR-D</a>. Zudem gab das Koordinierungsprojekt einen Einblick in die bisherige Praxis der <a href="/assets/kick-off/software-development.pdf">Softwareentwicklung in OCR-D</a> mit Möglichkeiten, mitzuwirken.</p>
44

0 commit comments

Comments
 (0)