{"id":25984898,"url":"https://github.com/meetox80/captcha-onnx-ocr","last_synced_at":"2026-05-29T18:31:34.103Z","repository":{"id":271475164,"uuid":"913559042","full_name":"meetox80/captcha-onnx-ocr","owner":"meetox80","description":"Automated captcha solving powered by ONNX","archived":false,"fork":false,"pushed_at":"2025-05-05T02:35:55.000Z","size":401,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-05T03:29:20.418Z","etag":null,"topics":["captcha","captcha-solver","image-processing","ocr","onnx"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meetox80.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-07T23:20:42.000Z","updated_at":"2025-05-05T02:35:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"e045dcc1-4595-47f5-9e67-76bfc49aaa94","html_url":"https://github.com/meetox80/captcha-onnx-ocr","commit_stats":null,"previous_names":["meetox80/captcha-onnx-ocr"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/meetox80/captcha-onnx-ocr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meetox80%2Fcaptcha-onnx-ocr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meetox80%2Fcaptcha-onnx-ocr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meetox80%2Fcaptcha-onnx-ocr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meetox80%2Fcaptcha-onnx-ocr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meetox80","download_url":"https://codeload.github.com/meetox80/captcha-onnx-ocr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meetox80%2Fcaptcha-onnx-ocr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33666290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["captcha","captcha-solver","image-processing","ocr","onnx"],"created_at":"2025-03-05T11:39:30.347Z","updated_at":"2026-05-29T18:31:34.092Z","avatar_url":"https://github.com/meetox80.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# captcha-onnx-ocr\nAI-powered CAPTCHA recognition system leveraging ONNX for accurate and efficient verification, integrated with a Node.js web API.\n\n\n## Installation\n```sh\npnpm install\n```\n\n## Usage\n```\npnpm run start\n```\n\u003e POST Request body:\n```\n{\n    \"image\": \"data:image/jpeg;base64,\u003c...\u003e\"\n}\n```\n\n## Running Tests\n\u003e Remember to **launch the server seperately**\n```sh\npnpm run start # Server\n```\n```sh\npnpm run test  # Tests client\n```\n\n## Tech Stack (Libraries)\n\n| Library                                                                                                                                                                                                                                                                  | Usage                                             |\n| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------- |\n| - [Assert](https://www.npmjs.com/package/assert)\u003cbr\u003e- [Axios](https://www.npmjs.com/package/axios)\u003cbr\u003e- [Canvas](https://www.npmjs.com/package/canvas)\u003cbr\u003e- [CLI-Progress](https://www.npmjs.com/package/cli-progress)\u003cbr\u003e- [Mocha](https://www.npmjs.com/package/mocha) | \u003cbr\u003e\u003cp align=\"center\"\u003eTesting Functionality\u003c/p\u003e   |\n| - [Fastify](https://www.npmjs.com/package/fastify)\u003cbr\u003e- [Pino-Pretty](https://www.npmjs.com/package/pino-pretty)                                                                                                                                                         | \u003cp align=\"center\"\u003e**API**\u003c/p\u003e                     |\n| - [OnnxRuntime-Node](https://www.npmjs.com/package/onnxruntime-node)\u003cbr\u003e- [Sharp](https://www.npmjs.com/package/sharp)                                                                                                                                                   | \u003cp align=\"center\"\u003e**ONNX Recognition System**\u003c/p\u003e |\n| - [Dotenv](https://www.npmjs.com/package/dotenv)                                                                                                                                                                                                                         | \u003cp align=\"center\"\u003e**Envireonment variables**\u003c/p\u003e  |\n| - [Nodemon](https://www.npmjs.com/package/nodemon)                                                                                                                                                                                                                       | \u003cp align=\"center\"\u003eDevelopment reload mode\u003c/p\u003e     |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeetox80%2Fcaptcha-onnx-ocr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeetox80%2Fcaptcha-onnx-ocr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeetox80%2Fcaptcha-onnx-ocr/lists"}