Bump tesseract.js to v4.1.2
This commit is contained in:
parent
ced81b356f
commit
785e889c5c
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Math Problem Solver
|
// @name Skillrack Captcha Solver
|
||||||
// @namespace https://github.com/adithyagenie/skillrack-captcha-solver
|
// @namespace https://github.com/adithyagenie/skillrack-captcha-solver
|
||||||
// @version 0.4
|
// @version 0.4
|
||||||
// @description Solves math captcha in SkillRack using Tesseract.js
|
// @description Solves math captcha in SkillRack using Tesseract.js
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
// @include https://www.skillrack.com/faces/candidate/codeprogram.xhtml
|
// @include https://www.skillrack.com/faces/candidate/codeprogram.xhtml
|
||||||
// @include https://www.skillrack.com/faces/candidate/tutorprogram.xhtml
|
// @include https://www.skillrack.com/faces/candidate/tutorprogram.xhtml
|
||||||
// @include https://www.skillrack.com/faces/candidate/codeprogramgroup.xhtml
|
// @include https://www.skillrack.com/faces/candidate/codeprogramgroup.xhtml
|
||||||
// @require https://cdn.jsdelivr.net/npm/tesseract.js@4.1.1/dist/tesseract.min.js
|
// @require https://cdn.jsdelivr.net/npm/tesseract.js@4.1.2/dist/tesseract.min.js
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
(function () {
|
(function () {
|
||||||
|
|
Loading…
Reference in a new issue