Skip to content
This repository was archived by the owner on Apr 18, 2026. It is now read-only.

ReviewAid/ReviewAid-OCR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

137 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This version uses PaddleOCR and can only run when locally hosted.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 72.0%
  • HTML 19.6%
  • Rich Text Format 8.4%