Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tansen87/ppocr
[OCR] An application based on PaddleOCR-json
https://github.com/tansen87/ppocr
paddleocr quasar tauri
Last synced: about 1 month ago
JSON representation
[OCR] An application based on PaddleOCR-json
- Host: GitHub
- URL: https://github.com/tansen87/ppocr
- Owner: tansen87
- License: mit
- Created: 2024-07-20T10:20:36.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T08:53:28.000Z (6 months ago)
- Last Synced: 2024-10-31T03:42:17.930Z (3 months ago)
- Topics: paddleocr, quasar, tauri
- Language: Vue
- Homepage:
- Size: 281 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ppocr
> An application based on PaddleOCR-json
### screenshot
![image](/demo/screenshot1.png)
### quick start
```bash
pnpm i
``````bash
pnpm run tauri dev
``````bash
pnpm run tauri build
```