File size: 2,209 Bytes
9f9cd0f
 
675019c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d8c6112
 
675019c
 
d8c6112
675019c
 
 
 
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
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>OCR Interference API Endpoint Core and OCR Wrapper</title>
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css">
</head>
<body>
  <section class="section">
    <div class="container">
      <h1 class="title">OCR Interference API Endpoint Core and OCR Wrapper</h1>
      <h2 class="subtitle">Add OCR features to your code without modifying the core</h2>

      <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>

      <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>

      <h3 class="title">Features</h3>

      <ul>
        <li>Easy to use</li>
        <li>No need to modify your code</li>
        <li>Supports multiple programming languages</li>
        <li>Provides JSON output</li>
        <li>Accurate results</li>
      </ul>

      <h3 class="title">Use cases</h3>

      <ul>
        <li>Extracting text from images</li>
        <li>Converting scanned documents to digital text</li>
        <li>Adding OCR capabilities to your web or mobile app</li>
        <li>Automating tasks that involve extracting text from images</li>
      </ul>

      <h3 class="title">Getting started</h3>

      <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>

      <ul>
        <li><a href="https://github.com/Vicent3/ocr-endpoint">OCR Interference API Endpoint Core</a></li>
        <li><a href="https://github.com/Vicent3/ocr-wrapper">OCR Wrapper</a></li>
      </ul>

      <p>I hope you find this project useful. Please let me know if you have any questions or feedback.</p>
    </div>
  </section>
</body>
</html>