The “Extract Regesta” page constitutes the main interface of the Regexta application and is accessible to both non-authenticated and authenticated users.
The screen is structured into two main areas:
The entire regestum generation process takes place within this page.
The upper part of the page presents:
The central area is vertically divided into two columns.
Left column – Input
Right column – Output
The selection of the document type represents a mandatory step in the operational flow.
The user must select an item from the “Select Document Type” dropdown menu before proceeding with the regestum extraction.
The selected type:
In the absence of selection, the system does not allow execution of the “Extract Regestum” command.
The user may manually insert the document text in the “Type a latin text” area.
The text area allows:
The system is primarily designed for the processing of Latin texts, in coherence with the documentary scope of the project.
As an alternative to manual insertion, the user may upload a document through the “Upload a file” button.
The action opens a dedicated modal (“Upload Regesta”) that allows:
Once uploaded, the file content is used as input for the extraction process.
Once the document type has been selected and the text has been inserted (manually or via upload), the user may start the regestum generation process using the “Extract Regestum” button.
The action activates the underlying linguistic model (LLM), which analyzes the provided content and produces a structured output in the right section of the screen.
The system requires:
In the absence of these conditions, the command is not executed.
Before executing the “Extract Regestum” command, the document is in a modifiable state.
At this stage:
The “Editable” state persists until extraction is started.
After the extraction has been executed, the document enters a non-modifiable state.
At this stage:
The input lock guarantees consistency between the analyzed text and the generated regestum.
To modify the content, the user must use the “Reset” command and repeat the insertion and extraction process.
The “Output” section presents the result of the analysis performed by the linguistic model.
The output is structured into the following fields:
A synthetic indicator providing information on the level of coherence and completeness of the analyzed input.
The issuing subject of the document.
The recipient of the document.
The place where the document was issued.
The date when the document was issued.
A descriptive summary of the document content.
A structured regestum automatically generated by the system.
In the current implementation, the section “Regesta in italiano” is present, reporting the formal summary of the document in Italian.
All generated fields are read-only and derive exclusively from the processing of the input text.
Once the regestum has been generated, the user may perform several operations depending on the level of access.
Reset
Allows clearing both input and output content, returning the document to a modifiable state.
Export
Allows exporting the generated regestum to the user’s local device.
Copy Regestum
Allows copying the regestum content to the clipboard.
Save (authenticated users only)
Authenticated users may save the regestum within the platform by associating it with a selected Collection.
Saving enables subsequent consultation within the “Collections” page.