From df73986e3d5040883af3aed9c169f9d6dbc9ac68 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Sun, 29 Sep 2024 19:21:47 +0000 Subject: [PATCH] Document features. --- .../io7m/laurel/documentation/overview.xml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/com.io7m.laurel.documentation/src/main/resources/com/io7m/laurel/documentation/overview.xml b/com.io7m.laurel.documentation/src/main/resources/com/io7m/laurel/documentation/overview.xml index 296982e..71d1d8a 100644 --- a/com.io7m.laurel.documentation/src/main/resources/com/io7m/laurel/documentation/overview.xml +++ b/com.io7m.laurel.documentation/src/main/resources/com/io7m/laurel/documentation/overview.xml @@ -26,6 +26,29 @@ + + A user interface for managing images and captions for those images. + + + A caption categorization system for assisting with keeping captions consistent across large datasets. + + + The ability to import captions and images into a dataset from a directory hierarchy. + + + The ability to export captions and images into a directory for use in training scripts. + + + A persistent undo/redo system that can store every change ever made to a dataset, including the ability + to effectively revert to an earlier version at any time. + + + Datasets are backed by SQLite for reliable, + transactional updates, and a file format that is designed to endure for decades to come. + + + Command line tools for automating operations such as importing, exporting, and interrogating metadata. + The application is comprehensively documented; you are currently reading this documentation!