Web application using cnocr and nextjs
This project consists of two parts
web
: nextjs web appbackend
: cnocr ray service
git clone https://github.com/animebing/cnocr-nextjs
cd cnocr-nextjs
- locate a
.env
file with content below
CNOCR_URL="http://127.0.0.1:8000/api/ocr"
- install dependencies
npm install
- start web server
npm run dev
- install dependencies
pip install -r requirements.txt
- start ray service
serve run server:ocr_app