Skip to content
#

captcha

Here are 706 public repositories matching this topic...

xyz-blue
xyz-blue commented Feb 24, 2018

我最近也在学习下Python的网络爬虫,非常感谢你的分享。
我今天在搭建好环境后尝试Spider_Python项目时遇到一个问题,无法连接mongodb,提示的错误是pymongo不存在Connection模块,然后我在网上找了下pymongo的用法,做了如下修改后可以正常运行并存入mongodb。
` # 连接数据库,db和posts为数据库和集合的游标
def Connection(self):
#connect to mongo(localhost:27017)
mongoclient = pymongo.MongoClient()
mongodb = mongoclient[self.database]
posts = mongodb.posts
return posts

9mido
9mido commented Apr 4, 2020

https://starcross.dev/blog/6/customising-django-simple-captcha/

Found that link and I thought the code snippet / link should be added to the documentation. If the author of this website claims that django-simple-captcha is not powerful enough out of the box to prevent all bots from spamming, then everybody else probably has the same problem and should be informed about it. This should be added

odedniv
odedniv commented Jun 11, 2017

Apart from adding invisible to the possible values of the size option, there is no real explanation on how to use this directive with invisible reCAPTCHA.

I've been using size="invisible" with ng-model, but it doesn't set the model's value. I see a badge on the bottom right of my screen.

  • How do I change the position of the badge? (I can see #174 added an option but no documentation

Java OCR 识别组件(基于Tesseract OCR 引擎)。能自动完成图片清理、识别 CAPTCHA 验证码图片内容的一体化工作。Java Image cleanup, OCR recognition component (based Tesseract OCR engine, automatically cleanup image and identification CAPTCHA verification code picture content).

  • Updated May 5, 2020
  • Java

Improve this page

Add a description, image, and links to the captcha topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the captcha topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.