This is powered by Avernakis React & Paddle OCR. 😀
It supports Chinese and English out of box.
Download it from Github Release.
Ctrl + V
: paste image from clipboard or file
Ctrl + C
: copy recognized text to clipboard
> npm install
> npm run dev
This launches the frontend, we need backend to provide OCR API.
Download the paddle ocr server from PaddleocrAPI and place it at paddle-server
.
- build the frontend
> npm run release
- copy
paddle-server
tobin