ocr-endpoint / index.html
Vicent3's picture
Update index.html
d8c6112
raw
history blame
2.21 kB
<!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>