From c1d5f1a930c11cfb890c50cd0551c05c153e3f6a Mon Sep 17 00:00:00 2001 From: Hsiaoming Yang Date: Thu, 18 Jul 2024 22:20:52 +0900 Subject: [PATCH] docs: add audio captcha example --- docs/audio.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/audio.rst b/docs/audio.rst index 31efa9c..efa3067 100644 --- a/docs/audio.rst +++ b/docs/audio.rst @@ -24,6 +24,13 @@ Generating audio CAPTCHA with the :class:`AudioCaptcha`` class is remarkably sim captcha = AudioCaptcha() data: bytearray = captcha.generate('1234') +Here is an example of an audio captcha: + +.. raw:: html + + Voice library -------------