I am working on a simple php scrapper, the problem is that some of the websites I need to scrape have a captcha I need to solve, I used some services before, but since this is a small project I'd like to solve the captchas manually.
Is there a library I could use to simplify this? I mean the service I used had a library, where I just sent the image to their server and they gave me back the captcha solved, now I am looking for some library that would do something like that but it needs to have the part that shows the captcha and allow me to solve it manually and then pass it back to my app.