File: layout_analysis_group_boxes.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 (23 lines) | stat: -rw-r--r-- 646 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
<style>
    .background-blue {
        background-color: lightblue;
        border: 2px solid lightblue;
    }
</style>
<table style="margin: 10px; padding: 10px;">
    <tr>
        <td style="border:1px solid; text-align: left">
            <code>
                Q u i c k &nbsp; b r o w n<br/> f o x
            </code>
        </td>
        <td class="background-blue" colspan="3"></td>
    </tr>
    <tr style="height: 10px;">
        <td class="background-blue" colspan="4"></td>
    </tr>
    <tr>
        <td class="background-blue" colspan="3"></td>
        <td style="border:1px solid"><code>j u m p s ...</code></td>
    </tr>
</table>