diff --git a/.github/workflows/any2json-csv.yml b/.github/workflows/any2json-csv.yml
index 55a9a933..946de9b7 100644
--- a/.github/workflows/any2json-csv.yml
+++ b/.github/workflows/any2json-csv.yml
@@ -6,7 +6,7 @@ on:
- '**'
- "!main"
paths:
- - shuju/**
+ - any2json/**
- .github/workflows/any2json-csv.yml
jobs:
diff --git a/.github/workflows/any2json-dbf.yml b/.github/workflows/any2json-dbf.yml
index daf121f2..4b7d0c07 100644
--- a/.github/workflows/any2json-dbf.yml
+++ b/.github/workflows/any2json-dbf.yml
@@ -6,7 +6,7 @@ on:
- '**'
- "!main"
paths:
- - shuju/**
+ - any2json/**
- .github/workflows/any2json-dbf.yml
jobs:
diff --git a/.github/workflows/any2json-examples.yml b/.github/workflows/any2json-examples.yml
index 6ed30cd4..4fa6146f 100644
--- a/.github/workflows/any2json-examples.yml
+++ b/.github/workflows/any2json-examples.yml
@@ -6,7 +6,7 @@ on:
- '**'
- "!main"
paths:
- - shuju/**
+ - any2json/**
- .github/workflows/any2json-examples.yml
jobs:
diff --git a/.github/workflows/any2json-excel.yml b/.github/workflows/any2json-excel.yml
index eacf523b..bcad1284 100644
--- a/.github/workflows/any2json-excel.yml
+++ b/.github/workflows/any2json-excel.yml
@@ -6,7 +6,7 @@ on:
- '**'
- "!main"
paths:
- - shuju/**
+ - any2json/**
- .github/workflows/any2json-excel.yml
jobs:
diff --git a/.github/workflows/any2json-layex-parser.yml b/.github/workflows/any2json-layex-parser.yml
index d650c706..b8aeee0a 100644
--- a/.github/workflows/any2json-layex-parser.yml
+++ b/.github/workflows/any2json-layex-parser.yml
@@ -6,7 +6,7 @@ on:
- '**'
- "!main"
paths:
- - shuju/**
+ - any2json/**
- .github/workflows/any2json-layex-parser.yml
jobs:
diff --git a/.github/workflows/any2json-llm-classifier.yml b/.github/workflows/any2json-llm-classifier.yml
index f9915023..658c6d2d 100644
--- a/.github/workflows/any2json-llm-classifier.yml
+++ b/.github/workflows/any2json-llm-classifier.yml
@@ -6,7 +6,7 @@ on:
- '**'
- "!main"
paths:
- - shuju/**
+ - any2json/**
- .github/workflows/any2json-llm-classifier.yml
jobs:
diff --git a/.github/workflows/any2json-net-classifier.yml b/.github/workflows/any2json-net-classifier.yml
index e1a8f4fb..ff355cd3 100644
--- a/.github/workflows/any2json-net-classifier.yml
+++ b/.github/workflows/any2json-net-classifier.yml
@@ -6,7 +6,7 @@ on:
- '**'
- "!main"
paths:
- - shuju/**
+ - any2json/**
- .github/workflows/any2json-net-classifier.yml
jobs:
diff --git a/.github/workflows/any2json-parquet.yml b/.github/workflows/any2json-parquet.yml
index 5fa58ecc..adec9944 100644
--- a/.github/workflows/any2json-parquet.yml
+++ b/.github/workflows/any2json-parquet.yml
@@ -6,7 +6,7 @@ on:
- '**'
- "!main"
paths:
- - shuju/**
+ - any2json/**
- .github/workflows/any2json-parquet.yml
jobs:
diff --git a/.github/workflows/any2json-pdf.yml b/.github/workflows/any2json-pdf.yml
index 836fa79c..fa2f8740 100644
--- a/.github/workflows/any2json-pdf.yml
+++ b/.github/workflows/any2json-pdf.yml
@@ -6,7 +6,7 @@ on:
- '**'
- "!main"
paths:
- - shuju/**
+ - any2json/**
- .github/workflows/any2json-pdf.yml
jobs:
diff --git a/any2json-documents/docs/tutorial_1.md b/any2json-documents/docs/tutorial_1.md
index ed126f9d..c2f0d23a 100644
--- a/any2json-documents/docs/tutorial_1.md
+++ b/any2json-documents/docs/tutorial_1.md
@@ -47,17 +47,6 @@ Any2Json has a very modular design. Each module has to be loaded explicitely. Th
required to run the code of this tutorial:
```xml
-
-
- com.github.romualdrousseau
- shuju
- ${shuju.version}
-
-
- com.github.romualdrousseau
- shuju-jackson-json
- ${shuju.version}
-
com.github.romualdrousseau
diff --git a/any2json-documents/docs/tutorial_2.md b/any2json-documents/docs/tutorial_2.md
index cb2a7ae2..06256ab8 100644
--- a/any2json-documents/docs/tutorial_2.md
+++ b/any2json-documents/docs/tutorial_2.md
@@ -44,17 +44,6 @@ Any2Json has a very modular design where each functionality can be loaded separa
module to enable the intelligent layout parsing. The following depedencies are required to run the code of this tutorial:
```xml
-
-
- com.github.romualdrousseau
- shuju
- ${shuju.version}
-
-
- com.github.romualdrousseau
- shuju-jackson-json
- ${shuju.version}
-
com.github.romualdrousseau
diff --git a/any2json-documents/docs/tutorial_3.md b/any2json-documents/docs/tutorial_3.md
index ab61eeee..4140c1a9 100644
--- a/any2json-documents/docs/tutorial_3.md
+++ b/any2json-documents/docs/tutorial_3.md
@@ -50,17 +50,6 @@ Any2Json has a very modular design where each functionality can be loaded separa
module to enable the intelligent layout parsing. The following depedencies are required to run the code of this tutorial:
```xml
-
-
- com.github.romualdrousseau
- shuju
- ${shuju.version}
-
-
- com.github.romualdrousseau
- shuju-jackson-json
- ${shuju.version}
-
com.github.romualdrousseau
diff --git a/any2json-documents/docs/tutorial_4.md b/any2json-documents/docs/tutorial_4.md
index c311e06b..b098bab7 100644
--- a/any2json-documents/docs/tutorial_4.md
+++ b/any2json-documents/docs/tutorial_4.md
@@ -48,17 +48,6 @@ module to enable the tagging capabilities. This module use [TensorFlow](https://
following depedencies are required to run the code of this tutorial:
```xml
-
-
- com.github.romualdrousseau
- shuju
- ${shuju.version}
-
-
- com.github.romualdrousseau
- shuju-jackson-json
- ${shuju.version}
-
com.github.romualdrousseau
diff --git a/any2json-documents/docs/tutorial_5.md b/any2json-documents/docs/tutorial_5.md
index 5774bb51..1e33b24b 100644
--- a/any2json-documents/docs/tutorial_5.md
+++ b/any2json-documents/docs/tutorial_5.md
@@ -47,17 +47,6 @@ module to enable the tagging capabilities. This module use [TensorFlow](https://
following depedencies are required to run the code of this tutorial:
```xml
-
-
- com.github.romualdrousseau
- shuju
- ${shuju.version}
-
-
- com.github.romualdrousseau
- shuju-jackson-json
- ${shuju.version}
-
com.github.romualdrousseau
diff --git a/any2json-documents/docs/tutorial_6.md b/any2json-documents/docs/tutorial_6.md
index 1e7d0f0e..52150d86 100644
--- a/any2json-documents/docs/tutorial_6.md
+++ b/any2json-documents/docs/tutorial_6.md
@@ -47,17 +47,6 @@ module to enable the tagging capabilities. This module use [TensorFlow](https://
following depedencies are required to run the code of this tutorial:
```xml
-
-
- com.github.romualdrousseau
- shuju
- ${shuju.version}
-
-
- com.github.romualdrousseau
- shuju-jackson-json
- ${shuju.version}
-
com.github.romualdrousseau
diff --git a/any2json-documents/docs/tutorial_7.md b/any2json-documents/docs/tutorial_7.md
index 334d6cfb..1dc24850 100644
--- a/any2json-documents/docs/tutorial_7.md
+++ b/any2json-documents/docs/tutorial_7.md
@@ -47,17 +47,6 @@ module to enable the tagging capabilities. This module use [TensorFlow](https://
following depedencies are required to run the code of this tutorial:
```xml
-
-
- com.github.romualdrousseau
- shuju
- ${shuju.version}
-
-
- com.github.romualdrousseau
- shuju-jackson-json
- ${shuju.version}
-
com.github.romualdrousseau
diff --git a/justfile b/justfile
index 72a12122..c0e69721 100644
--- a/justfile
+++ b/justfile
@@ -1,4 +1,8 @@
set positional-arguments
+set dotenv-required
+set dotenv-load
+
+export TF_CPP_MIN_LOG_LEVEL := "3"
#
# RECIPES
@@ -28,11 +32,11 @@ build:
# Run the tests
test:
- mvn -Dtest=UnitTestSuite -Dsurefire.failIfNoSpecifiedTests=false test
+ mvn -Dsurefire.failIfNoSpecifiedTests=false test
# Run all tests
test-full:
- mvn -Dtest=UnitFullTestSuite -Dsurefire.failIfNoSpecifiedTests=false test
+ mvn -Dsurefire.failIfNoSpecifiedTests=false test
# Install in the local repository
install: