Bump tesseract.js to v4.1.2

This commit is contained in:
adithyagenie 2023-09-02 20:59:41 +05:30
parent ced81b356f
commit 785e889c5c

View file

@ -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 () {