This file is indexed.

/usr/share/gnome/help/ocrfeeder/uk/documentgeneration.page is in ocrfeeder 0.8.1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="documentgeneration" xml:lang="uk">

<info>
    <link type="guide" xref="index#recognition"/>
    <link type="seealso" xref="automaticrecognition"/>
    <link type="seealso" xref="manualeditionandcorrection"/>
    <desc>Створення документа, придатного для редагування</desc>
</info>

<title>Породження документа</title>

<p><app>OCRFeeder</app> currently generates four document formats:
<em>ODT</em>, <em>HTML</em>, <em>PDF</em> and <em>Plain Text</em>.</p>

<p>Після розпізнавання і, можливо, ручного редагування, можна створити документ, клацнувши <guiseq><gui>Файл</gui><gui>Експортувати…</gui></guiseq> та вибравши бажаний формат документа.</p>

<note style="tip"><p>Експортування в HTML породжує теку зі сторінками документа, поданими окремими файлами HTML. На кожній сторінці є посилання для переходу до попередньої і наступної сторінок. Ділянки, що містять зображення, зберігаються в підтеку з назвою <em>images</em>.</p></note>
<p>When exporting to <em>PDF</em>, two <em>PDF</em> types can be chosen:</p>
<list>
<item>
<p>From scratch: If this option is selected, <app>OCRFeeder</app> creates a
new <em>PDF</em> from scratch.</p>
</item>
<item><p>Searchable PDF: If this option is selected, <app>OCRFeeder</app>
creates a <em>PDF</em> showing the original image but with invisible text
over it, making it possible to index or search.</p>
</item>
</list>
<steps>
<title>Exporting the recognized document</title>
<item><p>After the recognition and eventual manual edition has been
performed, it is possible to generate a document by clicking
<guiseq><gui>File</gui><gui>Export…</gui></guiseq> (or pressing
<keyseq><key>SHIFT</key><key>CTRL</key><key>E</key></keyseq>) and choosing
the desired document format.</p></item>
<item><p>Depending your needs, choose whether all pages (with the <gui>All</gui>
option) or only the currently selected one (<gui>Current</gui> option) should
be exported. The default option is <gui>All</gui>. After making your selection,
press <gui>OK</gui> to generate the document.</p></item>
<item><p>On the last dialog, write the output filename and click the <gui>Save</gui>
button. If a file with that name already exists and you would like overwrite it,
click the <gui>Replace</gui> button on the confirmation dialog.</p></item>
</steps>
</page>