mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
Slight changes to services description
This commit is contained in:
parent
5a2723b617
commit
48fe7c0702
@ -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>
|
||||
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.
|
||||
To use this service, use the job form to select the file you want to convert, choose
|
||||
the desired language model and service version, enter the title and description, and
|
||||
submit your job. The results can be found and downloaded below, under "Inputs."
|
||||
To use this service, use the job form to select the file you want to convert into text data.
|
||||
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. Once the job is finished, the results can be found and downloaded further below on the page, under
|
||||
the section labeled "Inputs."
|
||||
|
||||
</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
|
||||
information from plain text files (.txt format) via computational linguistic data processing
|
||||
(tokenization, lemmatization, part-of-speech tagging and named-entity recognition).
|
||||
To use this service, select the corresponding .txt file, the language model, and the
|
||||
version you want to use. When the job is finished, find and download the files in
|
||||
<b>.json</b> and <b>.vrt</b> format under “Results.”</p>
|
||||
To use this service, select the .txt file that you want to extract this information from.
|
||||
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 the section labeled “Results.”</p>
|
||||
|
||||
<h4>Corpus Analysis</h4>
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user