File: documentgeneration.page

package info (click to toggle)
ocrfeeder 0.7.9-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,976 kB
  • sloc: python: 18,421; sh: 809; makefile: 139; xml: 33
file content (27 lines) | stat: -rw-r--r-- 982 bytes parent folder | download | duplicates (2)
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
<page xmlns="http://projectmallard.org/1.0/"
      type="topic"
      id="documentgeneration">

<info>
    <link type="guide" xref="index#recognition"/>
    <link type="seealso" xref="automaticrecognition"/>
    <link type="seealso" xref="manualeditionandcorrection"/>
    <desc>Creating an editable document</desc>
</info>

<title>Document Generation</title>

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

<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> and choosing
the desired document format.</p>

<note style="tip"><p>The HTML exportation generates a folder
with the document pages represented by one HTML file. In each page
there are links to go to the previous and next pages. Image content
areas are stored in a subfolder called <em>images</em>.</p></note>

</page>