Skip to content

meetox80/captcha-onnx-ocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Automated captcha solving powered by ONNX

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published