Socket
Book a DemoInstallSign in
Socket

github.com/tantk/captchasolver

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/tantk/captchasolver

Source
Go Modules
Version
v0.0.0-20210105192156-1f540f08fc8d
Version published
Created
Source

Captcha solver

Takes in a url with image of alphanumberic captcha and returns solved captcha text

Table of Contents
  • Built with
  • Getting Started
  • Usage

Built With

Getting Started

Dependencies are handled by docker. port 5000 is used by default as configured in docker-compose.yml

docker-compose build

docker-compose up

Prerequisites

Usage

curl -X POST 'http://localhost:5000/captcha' \--header 'Content-Type: application/json' --data '{"Url":"https://i.imgur.com/gxmRseR.jpg"}'

FAQs

Package last updated on 05 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts