Vicent3 commited on
Commit
675019c
·
1 Parent(s): 9f9cd0f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +49 -17
index.html CHANGED
@@ -1,19 +1,51 @@
1
  <!DOCTYPE html>
2
  <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!DOCTYPE html>
2
  <html>
3
+ <head>
4
+ <meta charset="utf-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">
11
+ <div class="container">
12
+ <h1 class="title">OCR Interference API Endpoint Core and OCR Wrapper</h1>
13
+ <h2 class="subtitle">Add OCR features to your code without modifying the core</h2>
14
+
15
+ <p>This Interference API endpoint core project and OCR wrapper project make it easy to add OCR features to your code without having to modify the core. Simply make a call to the Interference API endpoint and you will receive the OCR results in JSON format.</p>
16
+
17
+ <p>The OCR wrapper project provides a convenient way to use the Interference API endpoint in your code. It includes a Python library and a JavaScript library that make it easy to make calls to the API and get the results.</p>
18
+
19
+ <h3 class="title">Features</h3>
20
+
21
+ <ul>
22
+ <li>Easy to use</li>
23
+ <li>No need to modify your code</li>
24
+ <li>Supports multiple programming languages</li>
25
+ <li>Provides JSON output</li>
26
+ <li>Accurate results</li>
27
+ </ul>
28
+
29
+ <h3 class="title">Use cases</h3>
30
+
31
+ <ul>
32
+ <li>Extracting text from images</li>
33
+ <li>Converting scanned documents to digital text</li>
34
+ <li>Adding OCR capabilities to your web or mobile app</li>
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/your-username/ocr-interference-api-endpoint">OCR Interference API Endpoint Core</a></li>
44
+ <li><a href="https://github.com/your-username/ocr-wrapper">OCR Wrapper</a></li>
45
+ </ul>
46
+
47
+ <p>We hope you find this project useful. Please let us know if you have any questions or feedback.</p>
48
+ </div>
49
+ </section>
50
+ </body>
51
+ </html>