my-ocr-demo / README.md
gahanmakwana's picture
Add README.md with Space configuration
e155fd3

A newer version of the Gradio SDK is available: 5.32.0

Upgrade
metadata
title: My OCR Demo
emoji: 📸
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 4.20.0
app_file: app.py
pinned: false

My PaddleOCR Demo Application

This is a web application that uses PaddleOCR to perform Optical Character Recognition (OCR) on uploaded images. It's built with Gradio and deployed on Hugging Face Spaces.

The application uses bundled PaddleOCR models for English, managed with Git LFS to ensure fast startup and avoid re-downloads.

How to Use

  1. Upload an image using the interface.
  2. The extracted text and the image with bounding boxes will be displayed.