mirror of
https://github.com/lepture/captcha.git
synced 2026-03-13 09:43:22 +08:00
docs: add image demo
This commit is contained in:
BIN
docs/_static/image-demo.png
vendored
Normal file
BIN
docs/_static/image-demo.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
@@ -24,8 +24,16 @@ Generating image CAPTCHA with the :class:`ImageCaptcha` class is incredibly stra
|
||||
captcha = ImageCaptcha()
|
||||
data: BytesIO = captcha.generate('ABCD')
|
||||
|
||||
The result image would be something like:
|
||||
|
||||
.. figure:: ./_static/image-demo.png
|
||||
|
||||
This image CAPTCHA is generated by above code
|
||||
|
||||
Fonts
|
||||
-----
|
||||
|
||||
You should use
|
||||
|
||||
Web server
|
||||
----------
|
||||
|
||||
Reference in New Issue
Block a user