-
Notifications
You must be signed in to change notification settings - Fork 0
Add DOCUMENT_INTEGRITY_THRESHOLD_PERCENTAGE env in odin documentation #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -294,6 +294,14 @@ Paramètres de configuration liés à la sécurité du réseau et aux certificat | |||||||||
| | :-------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-------------- | | ||||||||||
| | `NODE_EXTRA_CA_CERTS` | (Optionnel) Chemin d'accès à un fichier de certificats d'autorité (CA) supplémentaires. Utile pour les environnements d'entreprise utilisant des certificats TLS/SSL auto-signés. | `/certs/ca.crt` | | ||||||||||
|
|
||||||||||
|
|
||||||||||
| ## 6. Paramètres Avancés | ||||||||||
|
|
||||||||||
| Paramètres techniques avancés pour ajuster le comportement du service Odin. | ||||||||||
|
|
||||||||||
| | Variable | Description | Par défaut | | ||||||||||
| | :-------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-------------- | | ||||||||||
|
Comment on lines
+302
to
+303
|
||||||||||
| | Variable | Description | Par défaut | | |
| | :-------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-------------- | | |
| | Variable | Description | Valeur par défaut | | |
| | :-------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------------- | |
Copilot
AI
Jan 12, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default value 80 has inconsistent spacing. There are extra spaces between the value and the closing pipe character. This should be aligned consistently with other table entries in the document, using fewer spaces for proper alignment.
| | `DOCUMENT_INTEGRITY_THRESHOLD_PERCENTAGE` | Seuil de pourcentage pour vérifier l'intégrité des documents traités. Si le pourcentage de réussite est inférieur à cette valeur, le document est considéré comme corrompu ou incomplet. | `80` | | |
| | `DOCUMENT_INTEGRITY_THRESHOLD_PERCENTAGE` | Seuil de pourcentage pour vérifier l'intégrité des documents traités. Si le pourcentage de réussite est inférieur à cette valeur, le document est considéré comme corrompu ou incomplet. | `80` | |
Copilot
AI
Jan 12, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The description uses the term "pourcentage de réussite" (success percentage) without clearly explaining what metric is being measured. Consider clarifying what exactly constitutes success in this context. For example, is it the percentage of successfully extracted pages, the percentage of recognized text, or another metric? This would help users better understand how to configure this threshold appropriately.
| | `DOCUMENT_INTEGRITY_THRESHOLD_PERCENTAGE` | Seuil de pourcentage pour vérifier l'intégrité des documents traités. Si le pourcentage de réussite est inférieur à cette valeur, le document est considéré comme corrompu ou incomplet. | `80` | | |
| | `DOCUMENT_INTEGRITY_THRESHOLD_PERCENTAGE` | Seuil (en %) du taux de réussite des contrôles d'intégrité d'un document (par exemple : pages extraites et texte reconnu avec succès par rapport au nombre total de pages attendues). Si ce taux est inférieur à cette valeur, le document est considéré comme corrompu ou incomplet. | `80` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is an extra blank line here. The document consistently uses a single blank line before new section headers. Line 297 should be removed to maintain consistency with the formatting pattern used throughout the document.