File: index.html

package info (click to toggle)
python-pyocr 0.8.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 548 kB
  • sloc: python: 4,921; makefile: 90; sh: 3
file content (14 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>

<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>PyOCR documentation</title>
        <meta http-equiv="content-language" content="en">
    </head>
    <body>
        <ul>
            <li><a href="html/index.html">Python API documentation</a></li>
        </ul>
    </body>
</html>