diff --git a/app/templates/_base/_modals/_manual/06_services.html.j2 b/app/templates/_base/_modals/_manual/06_services.html.j2 index 789ce134..154866cb 100644 --- a/app/templates/_base/_modals/_manual/06_services.html.j2 +++ b/app/templates/_base/_modals/_manual/06_services.html.j2 @@ -52,9 +52,10 @@ In this section, we will describe the different services nopaque has to offer. The Tesseract OCR Pipeline 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."
@@ -67,9 +68,9 @@ try using Tesseract OCR, though the results will likely be poor.The SpaCy NLP Pipeline 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 -.json and .vrt format under “Results.”
+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 +.json and .vrt format under the section labeled “Results.”