Skip to content

Commit

Permalink
Deployed 6b3ba74 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Romuald Rousseau committed Apr 30, 2024
1 parent f1ff070 commit 11865d7
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-04-30 07:41:15.297061+00:00
Build Date UTC : 2024-04-30 07:47:41.305421+00:00
-->
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions tutorial_2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@ <h3 id="pomxml">pom.xml</h3>
</code></pre>
<h2 id="load-base-model">Load base model</h2>
<p>To parse a document, any2Json needs a model that will contains the parameters required to the parsing. Instead to start
from an empty Model (See <a href="../tutorial_8/">Tutorial 8</a>), we will start from an existing one and we will adapt it for our
from an empty Model (See <a href="../tutorial_10/">Tutorial 10</a>), we will start from an existing one and we will adapt it for our
document. You can find a list and details of all models <a href="https://github.com/RomualdRousseau/Any2Json-Models/">here</a>.</p>
<p>The base model, we will use, is "sales-english" that has been trained on 200+ english documents containing distributor
data and with a large range of different layouts.</p>
<p>The base model already recognize some entities such as DATE and NUMBER. We will setup the model to add one new entity
PRODUCTNAME and we will configure a layex to extract the different elements of the documents. You can find more details
about layex <a href="white_papers.md">here</a>.</p>
about layex.</p>
<pre><code class="language-java">final var model = Common.loadModelFromGitHub(&quot;sales-english&quot;);

// Add product name entity to the model
Expand Down
4 changes: 2 additions & 2 deletions tutorial_3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ <h3 id="pomxml">pom.xml</h3>
</code></pre>
<h2 id="load-base-model">Load base model</h2>
<p>To parse a document, any2Json needs a model that will contains the parameters required to the parsing. Instead to start
from an empty Model (See <a href="../tutorial_8/">Tutorial 8</a>), we will start from an existing one and we will adapt it for our
from an empty Model (See <a href="../tutorial_10/">Tutorial 10</a>), we will start from an existing one and we will adapt it for our
document. You can find a list and details of all models <a href="https://github.com/RomualdRousseau/Any2Json-Models/">here</a>.</p>
<p>The base model, we will use, is "sales-english" that has been trained on 200+ english documents containing distributor
data and with a large range of different layouts.</p>
<p>The base model already recognize some entities such as DATE and NUMBER. We will setup the model to add one new entity
PRODUCTNAME and we will configure a layex to extract the different elements of the documents. You can find more details
about layex <a href="white_papers.md">here</a>.</p>
about layex.</p>
<pre><code class="language-java">final var model = Common.loadModelFromGitHub(&quot;sales-english&quot;);

// Add product name entity to the model
Expand Down
4 changes: 2 additions & 2 deletions tutorial_4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h3 id="pomxml">pom.xml</h3>
</code></pre>
<h2 id="load-base-model">Load base model</h2>
<p>To parse a document, any2Json needs a model that will contains the parameters required to the parsing. Instead to start
from an empty Model (See <a href="../tutorial_8/">Tutorial 8</a>), we will start from an existing one and we will adapt it for our
from an empty Model (See <a href="../tutorial_10/">Tutorial 10</a>), we will start from an existing one and we will adapt it for our
document. You can find a list and details of all models <a href="https://github.com/RomualdRousseau/Any2Json-Models/">here</a>.</p>
<p>The base model, we will use, is "sales-english" that has been trained on 200+ english documents containing distributor
data and with a large range of different layouts.</p>
Expand Down Expand Up @@ -205,7 +205,7 @@ <h2 id="load-base-model">Load base model</h2>
</code></pre>
<p>The base model already recognize some entities such as DATE and NUMBER. We will setup the model to add one new entity
PRODUCTNAME and we will configure a layex to extract the different elements of the documents. You can find more details
about layex <a href="white_papers.md">here</a>.</p>
about layex.</p>
<pre><code class="language-java">final var model = Common.loadModelFromGitHub(&quot;sales-english&quot;);

// Add product name entity to the model
Expand Down
4 changes: 2 additions & 2 deletions tutorial_5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,13 @@ <h3 id="pomxml">pom.xml</h3>
</code></pre>
<h2 id="load-base-model">Load base model</h2>
<p>To parse a document, any2Json needs a model that will contains the parameters required to the parsing. Instead to start
from an empty Model (See <a href="../tutorial_8/">Tutorial 8</a>), we will start from an existing one and we will adapt it for our
from an empty Model (See <a href="../tutorial_10/">Tutorial 10</a>), we will start from an existing one and we will adapt it for our
document. You can find a list and details of all models <a href="https://github.com/RomualdRousseau/Any2Json-Models/">here</a>.</p>
<p>The base model, we will use, is "sales-english" that has been trained on 200+ english documents containing distributor
data and with a large range of different layouts.</p>
<p>The base model already recognize some entities such as DATE and NUMBER. We will setup the model to add one new entity
PRODUCTNAME and we will configure a layex to extract the different elements of the documents. You can find more details
about layex <a href="white_papers.md">here</a>.</p>
about layex.</p>
<pre><code class="language-java">final var model = Common.loadModelFromGitHub(&quot;sales-english&quot;);

// Add product name entity to the model
Expand Down
4 changes: 2 additions & 2 deletions tutorial_6/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,12 @@ <h3 id="pomxml">pom.xml</h3>
</code></pre>
<h2 id="load-base-model">Load base model</h2>
<p>To parse a document, any2Json needs a model that will contains the parameters required to the parsing. Instead to start
from an empty Model (See <a href="../tutorial_8/">Tutorial 8</a>), we will start from an existing one and we will adapt it for our
from an empty Model (See <a href="../tutorial_10/">Tutorial 10</a>), we will start from an existing one and we will adapt it for our
document. You can find a list and details of all models <a href="https://github.com/RomualdRousseau/Any2Json-Models/">here</a>.</p>
<p>The base model, we will use, is "sales-english" that has been trained on 200+ english documents containing distributor
data and with a large range of different layouts.</p>
<p>The base model already recognize some entities such as DATE and NUMBER. We will configure a layex to extract the
different elements of the documents. You can find more details about layex <a href="white_papers.md">here</a>.</p>
different elements of the documents. You can find more details about layex.</p>
<pre><code class="language-java">final var model = Common.loadModelFromGitHub(&quot;sales-english&quot;);

// Add a layex to the model
Expand Down
4 changes: 2 additions & 2 deletions tutorial_7/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@ <h3 id="pomxml">pom.xml</h3>
</code></pre>
<h2 id="load-base-model">Load base model</h2>
<p>To parse a document, any2Json needs a model that will contains the parameters required to the parsing. Instead to start
from an empty Model (See <a href="../tutorial_8/">Tutorial 8</a>), we will start from an existing one and we will adapt it for our
from an empty Model (See <a href="../tutorial_10/">Tutorial 10</a>), we will start from an existing one and we will adapt it for our
document. You can find a list and details of all models <a href="https://github.com/RomualdRousseau/Any2Json-Models/">here</a>.</p>
<p>The base model, we will use, is "sales-english" that has been trained on 200+ english documents containing distributor
data and with a large range of different layouts.</p>
<p>The base model already recognize some entities such as DATE and NUMBER. We will configure a layex to extract the
different elements of the documents. You can find more details about layex <a href="white_papers.md">here</a>.</p>
different elements of the documents. You can find more details about layex.</p>
<pre><code class="language-java">final var model = Common.loadModelFromGitHub(&quot;sales-english&quot;);

// Add a layex to the model
Expand Down

0 comments on commit 11865d7

Please sign in to comment.