Spaces:
Sleeping
Sleeping
A newer version of the Streamlit SDK is available: 1.56.0
metadata
title: ImageToOCRPdf
emoji: π
colorFrom: blue
colorTo: purple
sdk: streamlit
sdk_version: 1.36.0
app_file: app.py
pinned: false
π Image / PDF β Searchable PDF (OCR)
This Hugging Face Space converts images (PNG/JPG/JPEG) and PDF files into fully searchable OCR PDFs using Tesseract OCR and Poppler.
β Supports images
β Supports multi-page PDFs
β Works fully in-browser
β Download the final searchable PDF
π How It Works
This app uses:
- Streamlit for UI
- Tesseract OCR for text extraction
- pdf2image to convert PDFs into images
- Pillow for image processing
- Poppler backend for high-quality PDF rendering
π₯ Supported Upload Types
- PNG
- JPG / JPEG
- PDF (multi-page supported)