File: layout_analysis.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 (28 lines) | stat: -rw-r--r-- 900 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
<style>
    td {
        text-align: center;
    }
</style>
<table style="margin: 10px; padding: 10px;">
    <tr>
        <td style="text-align: right; border-right:1px red solid">&rarr;</td>
        <td colspan="4"
            style="text-align: left; border-left:1px red solid">&larr; <em><font
                color="red">M</font></em></td>
    </tr>
    <tr>
        <td style="border:1px solid"><code>Q u i</code></td>
        <td style="border:1px solid"><code>c k</code></td>
        <td width="10px"></td>
        <td style="border:1px solid"><code>b r o w n</code></td>
    </tr>
    <tr>
        <td colspan="2" style="text-align: right; border-right:1px green solid">
            &rarr;
        </td>
        <td></td>
        <td colspan="2"
            style="text-align: left; border-left:1px green solid">&larr;
            <em><font color="green">W</font></em></td>
    </tr>
</table>