Skip to content

zaloguj12/instaling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OTHER LANGUAGES ARE IN OTHER BRANCHES

https://tesseract-ocr.github.io/tessdoc/#binaries get the binaries for your OS

pip install -r requirements.txt

f12/ctrl+shift+i console

document.querySelectorAll("input, textarea").forEach(el => { el.onpaste = null; el.onkeydown = null; el.oninput = null; });

document.querySelectorAll("input, textarea").forEach(el => { const clone = el.cloneNode(true); el.parentNode.replaceChild(clone, el); });

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Contributors

Languages