Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 2.65 KB

README.md

File metadata and controls

38 lines (32 loc) · 2.65 KB

captcha-onnx-ocr

AI-powered CAPTCHA recognition system leveraging ONNX for accurate and efficient verification, integrated with a Node.js web API.

Installation

pnpm install

Usage

npm run start

POST Request body:

{
    "image": "data:image/jpeg;base64,<...>"
}

Running Tests

Remember to launch the server seperately

npm run start # Server
npm run test  # Tests client

Tech Stack (Libraries)

Library Usage
- Assert
- Axios
- Canvas
- CLI-Progress
- Mocha

Testing Functionality

- Fastify
- Pino-Pretty

API

- OnnxRuntime-Node
- Sharp

ONNX Recognition System

- Dotenv

Envireonment variables

- Nodemon

Development reload mode