-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
61 lines (56 loc) · 1.75 KB
/
index.html
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="keywords"
content="nanonets, ocr, optical character
recognition, image classification, api documentation, api reference,
documentation"
/>
<meta
name="description"
content="NanoNets' OCR and Image Classification API Reference"
/>
<meta name="author" content="NanoNets" />
<meta property="og:site_name" content="NanoNets API Reference" />
<meta property="og:title" content="NanoNets API Reference" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="NanoNets' OCR and Image Classification API Reference"
/>
<meta property="og:url" content="https://nanonets.com/documentation" />
<meta
property="og:image"
content="https://user-images.githubusercontent.com/50140864/133082374-231de9e0-4458-492c-9817-ec2a43911d6e.png"
/>
<meta
property="twitter:image"
content="https://user-images.githubusercontent.com/50140864/133082374-231de9e0-4458-492c-9817-ec2a43911d6e.png"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Roboto:wght@300;400;700&display=swap"
rel="stylesheet"
/>
<link
rel="shortcut icon"
href="static/img/favicon.ico"
type="image/x-icon"
/>
<title>NanoNets API Reference</title>
<style>
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<redoc spec-url="/nanonets_openapi_3.1.0.yaml"></redoc>
<script src="https://cdn.jsdelivr.net/npm/redoc@latest/bundles/redoc.standalone.js"></script>
</body>
</html>