-
Notifications
You must be signed in to change notification settings - Fork 2
Visual Reasoning CAPTCHAs
Sepehr0Day edited this page Jun 13, 2026
·
2 revisions
Draws an analog clock and asks for the displayed time.
Returns: ChallengeResult; answer format is HH:MM.
Key parameters: minute_step, show_numbers,
twenty_four_hour_answer.
Example: Examples/CaptchaExamples/AnalogClockCaptcha/
Draws a labeled 3D-style object and asks for the label on a requested face.
Returns: ChallengeResult.
Key parameters: labels, ask_face, skew.
Example: Examples/CaptchaExamples/Perspective3DCaptcha/
- Home
- Installation
- Quick-Start
- Configuration
- Core-API
- Generator-API-Reference
- Core-Utilities
- Supported-CAPTCHAs
- All-Examples
- Text-and-Media-CAPTCHAs
- Logic-CAPTCHAs
- Image-CAPTCHAs
- Selection-CAPTCHAs
- Puzzle-CAPTCHAs
- Visual-Reasoning-CAPTCHAs
- Tkinter-Examples
- Web-Integration
- Architecture
- Creating-a-Generator
- Security
- Publishing
- Migration-to-2.0
- FAQ