Vicent3 commited on
Commit
145d4f3
·
1 Parent(s): d8c6112

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +34 -4
index.html CHANGED
@@ -5,6 +5,8 @@
5
  <meta name="viewport" content="width=device-width, initial-scale=1">
6
  <title>OCR Interference API Endpoint Core and OCR Wrapper</title>
7
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css">
 
 
8
  </head>
9
  <body>
10
  <section class="section">
@@ -35,16 +37,44 @@
35
  <li>Automating tasks that involve extracting text from images</li>
36
  </ul>
37
 
38
- <h3 class="title">Getting started</h3>
39
 
40
  <p>To get started, simply install the OCR wrapper project and make a call to the Interference API endpoint. You can find more information on the GitHub pages for the following projects:</p>
41
 
42
  <ul>
43
- <li><a href="https://github.com/Vicent3/ocr-endpoint">OCR Interference API Endpoint Core</a></li>
44
- <li><a href="https://github.com/Vicent3/ocr-wrapper">OCR Wrapper</a></li>
45
  </ul>
46
 
47
- <p>I hope you find this project useful. Please let me know if you have any questions or feedback.</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  </div>
49
  </section>
50
  </body>
 
5
  <meta name="viewport" content="width=device-width, initial-scale=1">
6
  <title>OCR Interference API Endpoint Core and OCR Wrapper</title>
7
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css">
8
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/free-brands-svg-icons@6.0.0/css/all.min.css">
9
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flat-icon/3.0.0/css/flaticon.min.css">
10
  </head>
11
  <body>
12
  <section class="section">
 
37
  <li>Automating tasks that involve extracting text from images</li>
38
  </ul>
39
 
40
+ <h3 class="title">Get started</h3>
41
 
42
  <p>To get started, simply install the OCR wrapper project and make a call to the Interference API endpoint. You can find more information on the GitHub pages for the following projects:</p>
43
 
44
  <ul>
45
+ <li><a href="https://github.com/your-username/ocr-interference-api-endpoint">OCR Interference API Endpoint Core</a></li>
46
+ <li><a href="https://github.com/your-username/ocr-wrapper">OCR Wrapper</a></li>
47
  </ul>
48
 
49
+ <p>We hope you find this project useful. Please let us know if you have any questions or feedback.</p>
50
+
51
+ <div class="boxes">
52
+ <div class="box">
53
+ <i class="flaticon-eye"></i>
54
+ <h3>Easy to use</h3>
55
+ <p>The OCR Interference API Endpoint Core and OCR Wrapper are easy to use. Simply make a call to the API and you will receive the OCR results in JSON format.</p>
56
+ </div>
57
+ <div class="box">
58
+ <i class="flaticon-code"></i>
59
+ <h3>No need to modify your code</h3>
60
+ <p>You don't need to modify your code to use the OCR Interference API Endpoint Core and OCR Wrapper. Simply make a call to the API and you will receive the OCR results in JSON format.</p>
61
+ </div>
62
+ <div class="box">
63
+ <i class="flaticon-language"></i>
64
+ <h3>Supports multiple programming languages</h3>
65
+ <p>The OCR Interference API Endpoint Core and OCR Wrapper support multiple programming languages, including Python and JavaScript.</p>
66
+ </div>
67
+ <div class="box">
68
+ <i class="flaticon-json"></i>
69
+ <h3>Provides JSON output</h3>
70
+ <p>The OCR Interference API Endpoint Core and OCR Wrapper provide JSON output, which is easy to parse and use in your code.</p>
71
+ </div>
72
+ <div class="box">
73
+ <i class="flaticon-accuracy"></i>
74
+ <h3>Accurate results</h3>
75
+ <p>The OCR Interference API Endpoint Core and OCR Wrapper provide accurate OCR results</p>
76
+ </div>
77
+ </div>
78
  </div>
79
  </section>
80
  </body>