File: layout_analysis_group_lines.html

package info (click to toggle)
pdfminer 20200726-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,716 kB
  • sloc: python: 13,377; xml: 423; makefile: 95; sh: 3
file content (45 lines) | stat: -rw-r--r-- 1,254 bytes parent folder | download | duplicates (3)
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
<style>
    td {
        text-align: center;
    }
</style>
<table style="margin: 10px; padding: 10px;">
    <tr>
        <td></td>
        <td></td>
        <td align=right style="border-bottom:1px blue solid">&darr;</td>
        <td></td>
    </tr>
    <tr>
        <td colspan="2" style="border:1px solid"><code>Q u i c k &nbsp; b r o w
            n</code></td>
        <td></td>
        <td align=right style="border-bottom:1px blue solid">&darr;</td>
    </tr>
    <tr>
        <td></td>
        <td></td>
        <td align=center valign=center><em><font color="blue">
            L<sub>1</sub>
        </font></em></td>
        <td></td>
    </tr>
    <tr>
        <td style="border:1px solid;">
            <code>f o x</code>
        </td>
        <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        </td>
        <td align=right style="border-top:1px blue solid">&uarr;</td>
        <td align=center valign=center><em><font color="blue">
            L<sub>2</sub>
        </font></em></td>
    </tr>
    <tr>
        <td></td>
        <td></td>
        <td></td>
        <td align=right style="border-top:1px blue solid">&uarr;</td>
    </tr>
</table>