diff --git a/docs/doxygen-user_fr/Doxyfile b/docs/doxygen-user_fr/Doxyfile index bad5c7e20d..80ef7fab53 100644 --- a/docs/doxygen-user_fr/Doxyfile +++ b/docs/doxygen-user_fr/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Documentation utilisateur Autopsy" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 4.18.0 +PROJECT_NUMBER = 4.19.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a @@ -1025,7 +1025,7 @@ GENERATE_HTML = YES # The default directory is: html. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_OUTPUT = 4.18.0 +HTML_OUTPUT = 4.19.0 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # generated HTML page (for example: .htm, .php, .asp). diff --git a/docs/doxygen-user_fr/auto_ingest_administration.dox b/docs/doxygen-user_fr/auto_ingest_administration.dox index 602e5f3823..56f97ba85a 100644 --- a/docs/doxygen-user_fr/auto_ingest_administration.dox +++ b/docs/doxygen-user_fr/auto_ingest_administration.dox @@ -34,7 +34,15 @@ Une fois le fichier "admin" en place, l'utilisateur peut cliquer avec le bouton \image html AutoIngest/admin_jobs_panel.png -Dans les tableaux "Running Jobs", la progression de l'acquisition peut être visualisée et la tâche en cours peut être annulée. Notez que l'annulation peut prendre un certain temps. +Vous pouvez également activer de manière sélective \ref keyword_search_ocr_config "la reconnaissance optique de caractères (OCR)" au cas par cas. Cela remplacera les paramètres normaux de la recherche "Keyword Search" pour chaque tâche dans le cas. Les travaux en cours ne seront pas affectés. Pour activer l'OCR pour un cas, faites un clic droit sur un des travaux de ce cas dans le tableau "Pending Jobs" et sélectionnez "Enable OCR For This Case". + +\image html admin_jobs_ocr1.png + +Une fois activé, une coche verte apparaîtra dans la colonne OCR à côté de chaque tâche en attente pour ce cas. + +\image html admin_jobs_ocr2.png + +Dans le tableau "Pending Jobs", la progression de l'acquisition peut être visualisée et le travail en cours peut être annulé. Notez que l'annulation peut prendre un certain temps. Vous pouvez également générer une capture du thread d'activité si vous pensez que l'acquisition peut être bloquée. \image html AutoIngest/admin_jobs_cancel.png @@ -42,9 +50,12 @@ Dans le tableau "Completed Jobs", l'utilisateur peut retraiter une tâche (gén \image html AutoIngest/admin_jobs_completed.png + + \section auto_ingest_admin_nodes_panel Panneau "Auto Ingest Nodes" -Ce panneau affiche l'état de chaque "Automated Ingest Node" en ligne. De plus, un administrateur peut mettre en pause ou reprendre un nœud, ou encore arrêter complètement un nœud (c'est-à-dire quitter l'application Autopsy). +Ce panneau affiche l'état de chaque "Automated Ingest Node" en ligne. De plus, un administrateur peut mettre en pause ou reprendre un nœud, +capturer le thread d'activité, ou encore arrêter complètement un nœud (c'est-à-dire quitter l'application Autopsy). \image html AutoIngest/admin_nodes_panel.png diff --git a/docs/doxygen-user_fr/images/AutoIngest/admin_jobs_cancel.png b/docs/doxygen-user_fr/images/AutoIngest/admin_jobs_cancel.png index ba3fb81691..d8cbd4deee 100644 Binary files a/docs/doxygen-user_fr/images/AutoIngest/admin_jobs_cancel.png and b/docs/doxygen-user_fr/images/AutoIngest/admin_jobs_cancel.png differ diff --git a/docs/doxygen-user_fr/images/AutoIngest/admin_jobs_ocr1.png b/docs/doxygen-user_fr/images/AutoIngest/admin_jobs_ocr1.png new file mode 100644 index 0000000000..a0db003ca6 Binary files /dev/null and b/docs/doxygen-user_fr/images/AutoIngest/admin_jobs_ocr1.png differ diff --git a/docs/doxygen-user_fr/images/AutoIngest/admin_jobs_ocr2.png b/docs/doxygen-user_fr/images/AutoIngest/admin_jobs_ocr2.png new file mode 100644 index 0000000000..85aabf1154 Binary files /dev/null and b/docs/doxygen-user_fr/images/AutoIngest/admin_jobs_ocr2.png differ diff --git a/docs/doxygen-user_fr/images/AutoIngest/admin_jobs_panel.png b/docs/doxygen-user_fr/images/AutoIngest/admin_jobs_panel.png index 32dfa89cdd..25ad7b1982 100644 Binary files a/docs/doxygen-user_fr/images/AutoIngest/admin_jobs_panel.png and b/docs/doxygen-user_fr/images/AutoIngest/admin_jobs_panel.png differ diff --git a/docs/doxygen-user_fr/images/AutoIngest/admin_nodes_panel.png b/docs/doxygen-user_fr/images/AutoIngest/admin_nodes_panel.png index 08488323dd..220b5d65a4 100644 Binary files a/docs/doxygen-user_fr/images/AutoIngest/admin_nodes_panel.png and b/docs/doxygen-user_fr/images/AutoIngest/admin_nodes_panel.png differ diff --git a/docs/doxygen-user_fr/images/solr/solr_comment_out_updateLog.jpg b/docs/doxygen-user_fr/images/solr/solr_comment_out_updateLog.jpg new file mode 100644 index 0000000000..90737515fa Binary files /dev/null and b/docs/doxygen-user_fr/images/solr/solr_comment_out_updateLog.jpg differ diff --git a/docs/doxygen-user_fr/images/solr/solr_config_autocommit.jpg b/docs/doxygen-user_fr/images/solr/solr_config_autocommit.jpg new file mode 100644 index 0000000000..5e6cc7a9bf Binary files /dev/null and b/docs/doxygen-user_fr/images/solr/solr_config_autocommit.jpg differ diff --git a/docs/doxygen-user_fr/images/solr/solr_transaction_log_errors.jpg b/docs/doxygen-user_fr/images/solr/solr_transaction_log_errors.jpg new file mode 100644 index 0000000000..4328068b57 Binary files /dev/null and b/docs/doxygen-user_fr/images/solr/solr_transaction_log_errors.jpg differ diff --git a/docs/doxygen-user_fr/multi-user/installSolr.dox b/docs/doxygen-user_fr/multi-user/installSolr.dox index 87f8b92061..330cdbeceb 100644 --- a/docs/doxygen-user_fr/multi-user/installSolr.dox +++ b/docs/doxygen-user_fr/multi-user/installSolr.dox @@ -207,7 +207,7 @@ Solr crée deux types de données qui doivent être sauvegardées: