File: example.xml

package info (click to toggle)
gocr 0.52-6.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,864 kB
  • sloc: ansic: 18,197; sh: 545; makefile: 339; xml: 20
file content (21 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<!DOCTYPE gocr SYSTEM "example.dtd">
<!-- example file for example.dtd -->
<page>
 <block x="123" y="11" dx="500" dy="800">
  <line x="130" y="11" dx="480" dy="30">
    <word x="130" y="11" dx="80" dy="30"> 
      <character x="130" y="11" dx="80" dy="30" value="A"/>
      <character ... />
      ...
    </word>
    <punctuation-mark .. />
    <space .. />
    <word ..>
    ...
    </word>
  </line>
  <box ... />
  ...
 </block>
</page>