File: documentgeneration.page

package info (click to toggle)
ocrfeeder 0.8.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,776 kB
  • sloc: python: 6,488; sh: 875; makefile: 116; xml: 65
file content (45 lines) | stat: -rw-r--r-- 2,325 bytes parent folder | download | duplicates (5)
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="sl">

<info>
    <link type="guide" xref="index#recognition"/>
    <link type="seealso" xref="automaticrecognition"/>
    <link type="seealso" xref="manualeditionandcorrection"/>
    <desc>Ustvarjanje uredljivega dokumenta</desc>
</info>

<title>Ustvarjanje dokumenta</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>Po opravljeni prepoznavi in morebitnem ročnem urejanju lahko ustvarite dokument s klikom na <guiseq><gui>Datoteka</gui><gui>Izvozi …</gui></guiseq> in izbiro želene vrste dokumenta.</p>

<note style="tip"><p>Izvoz HTML ustvari mapo s strani dokumenta, predstavljeno z eno datoteko HTML. Na vsaki strani so povezave do predhodne in naslednje strani. Področja vsebine slike so shranjena v podmapi  <em>slike</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>