Slight changes to services description

This commit is contained in:
Gloria Glinphratum 2024-06-20 12:53:48 +02:00
parent 5a2723b617
commit 48fe7c0702

View File

@ -52,9 +52,10 @@ In this section, we will describe the different services nopaque has to offer.
The <a href="{{ url_for('services.tesseract_ocr_pipeline') }}">Tesseract OCR Pipeline</a> The <a href="{{ url_for('services.tesseract_ocr_pipeline') }}">Tesseract OCR Pipeline</a>
converts image data - like photos and scans - into text data, making them machine-readable. converts image data - like photos and scans - into text data, making them machine-readable.
This step enables you to proceed with the computational analysis of your documents. This step enables you to proceed with the computational analysis of your documents.
To use this service, use the job form to select the file you want to convert, choose To use this service, use the job form to select the file you want to convert into text data.
the desired language model and service version, enter the title and description, and Then, choose the language model and service version you would like to use. Enter a title and description for your file and then
submit your job. The results can be found and downloaded below, under "Inputs." submit your job. Once the job is finished, the results can be found and downloaded further below on the page, under
the section labeled "Inputs."
</p> </p>
@ -67,9 +68,9 @@ try using Tesseract OCR, though the results will likely be poor.</p>
<p>The <a href="{{ url_for('services.spacy_nlp_pipeline') }}">SpaCy NLP Pipeline</a> extracts <p>The <a href="{{ url_for('services.spacy_nlp_pipeline') }}">SpaCy NLP Pipeline</a> extracts
information from plain text files (.txt format) via computational linguistic data processing information from plain text files (.txt format) via computational linguistic data processing
(tokenization, lemmatization, part-of-speech tagging and named-entity recognition). (tokenization, lemmatization, part-of-speech tagging and named-entity recognition).
To use this service, select the corresponding .txt file, the language model, and the To use this service, select the .txt file that you want to extract this information from.
version you want to use. When the job is finished, find and download the files in Then select the language model and the version you want to use. Once the job is finished, you can find and download the files in
<b>.json</b> and <b>.vrt</b> format under “Results.”</p> <b>.json</b> and <b>.vrt</b> format under the section labeled “Results.”</p>
<h4>Corpus Analysis</h4> <h4>Corpus Analysis</h4>
<p> <p>