A simple Chinese OCR web app that runs entirely in your browser.
Convert images containing Chinese text into editable text and automatically display Pinyin pronunciation.
Try it online:
https://iwaoyuiko.github.io/web-ocr-app/
🔒 Images never leave your device. All processing happens locally in your browser.
- 📷 OCR for Chinese text from images
- 🔤 Automatic Pinyin display
- 🔒 Fully offline — no image uploads
- ⚡ Runs directly in the browser
- 📋 Copy recognized text with one click
- 🆓 Free to use
- Select an image (JPG or PNG)
- Click Run OCR
- View the recognized Chinese text
- Check the Pinyin pronunciation below
- Copy the text if needed
All processing happens locally in your browser.
Your images are never uploaded to any server.
- PP-OCRv5
- ONNX Runtime Web
- ppu-paddle-ocr
- pinyin-pro
- React
- TypeScript
- Vite
This project is released under the MIT License.
This project uses PP-OCRv5 models derived from PaddleOCR.
PaddleOCR is licensed under the Apache License 2.0.
This project is built with the help of the following open-source projects:
- PaddleOCR
- ONNX Runtime Web
- ppu-paddle-ocr
- pinyin-pro
Many thanks to the authors and contributors of these projects.