-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
44 lines (44 loc) · 1.15 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: captcha
Title: Solve Text on Image Computer Vision Challenges
Version: 0.2.0.9000
Authors@R:
c(person('Julio', 'Trecenti',
email = '[email protected]',
role = c('cre', 'aut'),
comment = c(ORCID = "0000-0002-1680-6389")))
Description: Completely Automated Public Turing test to tell
Computers and Humans Apart (Captchas) are tests designed to determine whether
the user is human. This package helps to create, visualize and solve text
based Captchas automatically. The package contains an extensible API so
anyone can contribute with new solutions.
Depends:
R (>= 4.1.0)
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
torch,
purrr,
stringr,
graphics,
tools,
magick,
fs,
usethis,
torchvision,
luz,
R6,
rlang,
piggyback
URL: https://github.com/decryptr/captcha,
https://decryptr.github.io/captcha/
BugReports: https://github.com/decryptr/captcha/issues
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
VignetteBuilder: knitr