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