# 📄 react-pdf-ocr

A lightweight React library for rendering PDF files and performing Optical Character Recognition (OCR) using [Tesseract.js](https://github.com/naptha/tesseract.js) and [pdfjs-dist](https://github.com/mozilla/pdfjs-dist).

Perfect for extracting and displaying text from scanned documents in the browser using modern React.

---

## Features

- Render individual or multiple PDF pages to canvas
- Extract text from PDF pages using Tesseract.js OCR
- Built with TypeScript and modern React
- Zero-config build output (ESM + CJS + DTS)
