File size: 428 Bytes
e77d774
0776232
 
 
 
e77d774
 
 
0776232
 
 
 
 
 
 
 
 
274cd9c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
title: High-Speed OCR API
emoji: ⚡️📄
colorFrom: blue
colorTo: green
sdk: docker
---

## High-Speed OCR API

This Space provides a REST API for fast OCR on images and PDFs.

**Endpoints:**
- `/docs`: Interactive API documentation.
- `/ocr-image`: Extracts text from a single image.
- `/ocr-pdf`: Extracts text from all pages of a PDF document.

Built with FastAPI and Tesseract, deployed via a custom Docker container.