https://github.com/rerender2021/ocr-2
A simple ocr app powered by avernakis react & paddle ocr
https://github.com/rerender2021/ocr-2
avernakis desktop-app ocr paddle react windows
Last synced: 21 days ago
JSON representation
A simple ocr app powered by avernakis react & paddle ocr
- Host: GitHub
- URL: https://github.com/rerender2021/ocr-2
- Owner: rerender2021
- License: mit
- Created: 2023-02-11T06:41:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T02:02:53.000Z (about 2 years ago)
- Last Synced: 2024-11-03T14:35:54.580Z (6 months ago)
- Topics: avernakis, desktop-app, ocr, paddle, react, windows
- Language: TypeScript
- Homepage:
- Size: 122 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
[](https://github.com/rerender2021/ocr-2/actions/workflows/build.yml) [](https://github.com/rerender2021/ocr-2/actions/workflows/pack.yml)
# IntroductionThis is powered by [Avernakis React](https://qber-soft.github.io/Ave-React-Docs/) & [Paddle OCR](https://github.com/PaddlePaddle/PaddleOCR). 😀
It supports Chinese and English out of box.
# Install
Download it from [Github Release](https://github.com/rerender2021/ocr-2/releases).
# Features
## drag and drop to open


## paste from clipboard or file
- `Ctrl + V`: paste image from clipboard or file


## copy text to clipboard
- `Ctrl + C`: copy recognized text to clipboard

# Dev
```bash
> npm install
> npm run dev
```This launches the frontend, we need backend to provide OCR API.
Download the paddle ocr server from [PaddleocrAPI](https://github.com/rerender2021/PaddleocrAPI/releases/) and place it at `paddle-server`.

# Package
1. build the frontend
```bash
> npm run release
```2. copy `paddle-server` to `bin`

# License
[MIT](./LICENSE)