README.md

April 18, 2026 ยท View on GitHub

Banner

ReviewAid (PaddleOCR Version)

This repository implements an offline OCR-powered review extraction system using PaddleOCR integrated with Streamlit.


๐Ÿš€ How to run locally (offline)

  1. Clone the repository
git clone https://github.com/ReviewAid/ReviewAid-OCR
cd ReviewAid
  1. Install dependencies
pip install -r requirements.txt
  1. Run Streamlit app
streamlit run app.py

(If your entry file has a different name, replace app.py accordingly.)

Once started, the app runs fully locally/offline after dependencies are installed.


Banner

This project uses PaddleOCR, a deep-learning-based OCR engine that provides:

  • Higher accuracy than traditional OCR tools like pytesseract
  • Better performance on noisy and complex images
  • Strong support for structured text extraction

PaddleOCR replaces the earlier pytesseract-based pipeline for improved reliability.


๐Ÿ“Œ Original ReviewAid Repository

aurumz-rgb/ReviewAid