0.0.11 • Published 4 years ago

ptcr v0.0.11

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

ptcr

pt captcha recognizer

for now support NexusPHP-based pt website, will support more if i got more sites XD

install

npm i ptcr

usage

import { Ptcr } from 'ptcr';
(async () => {
    const ptcr = new Ptcr();
    console.log(await ptcr.run('https://photo.test3207.com/1NHND8.png')); // should be 1NHND8
    // console.log(await ptcr.run('path/to/local/file')); // support local file too
    // console.log(await ptcr.run(fs.readfil))
    // better use local file because of cf stuff
    await ptcr.close();
})();
0.0.11

4 years ago

0.0.10

4 years ago

0.0.8

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago