muddokon commited on
Commit
6c6a6a6
·
verified ·
1 Parent(s): 8689ce9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -9
README.md CHANGED
@@ -13,14 +13,23 @@ size_categories:
13
  - 1K<n<10K
14
  ---
15
 
16
- This image collection was web scrapped from a single site. It comes from the SimpleCaptcha library which uses a variety of formats including this one: outlined alphanumeric characters with a stroke.
 
17
 
18
- Horizontal Gradient.
19
- RGB Channels.
20
- JPG Format.
21
- 5 characters.
22
- Characters may repeat.
23
- Numeric and lowercase alphanumeric.
24
- Alpha: a b c d e f g h k m n p r v w x y (17 unique) Number: 2 3 4 5 6 7 8 9 (8 unique) Total chars = 25 unique characters
25
 
26
- This dataset intends to help improve security on websites. Visit Simple Captcha Library Website.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  - 1K<n<10K
14
  ---
15
 
16
+ This image collection was web scrapped from a single site.
17
+ It comes from the **SimpleCaptcha** library, which uses a variety of formats including this one: **outlined alphanumeric characters with a stroke**.
18
 
19
+ ## Image description:
 
 
 
 
 
 
20
 
21
+ - Horizontal Gradient.
22
+ - RGB Channels.
23
+ - JPG Format.
24
+ - 5 characters.
25
+ - Characters may repeat.
26
+ - Numeric and lowercase alphanumeric.
27
+
28
+ ## Vocab:
29
+
30
+ - Alpha: a b c d e f g h k m n p r v w x y (17 unique)
31
+ - Number: 2 3 4 5 6 7 8 9 (8 unique)
32
+ - Total chars = 25 unique characters
33
+
34
+ This dataset intends to help improve security on websites.
35
+ Visit [Simple Captcha Library Website](https://simplecaptcha.sourceforge.net/).