https://github.com/tansen87/local-ocr
[OCR] An application based on PaddleOCR-json
https://github.com/tansen87/local-ocr
ocr paddleocr screenshot tauri
Last synced: 5 months ago
JSON representation
[OCR] An application based on PaddleOCR-json
- Host: GitHub
- URL: https://github.com/tansen87/local-ocr
- Owner: tansen87
- Created: 2024-07-26T14:27:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T06:31:04.000Z (over 1 year ago)
- Last Synced: 2025-01-18T17:57:31.640Z (over 1 year ago)
- Topics: ocr, paddleocr, screenshot, tauri
- Language: Vue
- Homepage:
- Size: 10.3 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# local-ocr (An application based on PaddleOCR-json)
基于PaddleOCR-json的截图OCR工具
### images


### install
```bash
pnpm i
```
### dev
```bash
pnpm run tauri dev
```
### build
```bash
pnpm run tauri build
```
### Thanks
* [tosa](https://github.com/danger-dream/tosa)
* [PaddleOCR-json](https://github.com/hiroi-sora/PaddleOCR-json)