Skip to content

Sending app

Latest
Compare
Choose a tag to compare
@willwade willwade released this 31 Oct 16:53
· 38 commits to main since this release

Feel free to run this.. Its not signed. You can try the config and changing clipboard to ocr. set edgeOCR to false - we have a problem with that. Note too - if you wish to have a persistent session id simply set a config option of sessionId to whatever you want.. But do remove this if you want a new one generated each time - which is the default

eg

{
    "captureArea": {
        "x": 200,
        "y": 200,
        "width": 2000,
        "height": 300
    },
    "sessionId": "Your-Name-SecretWord",
    "captureInterval": 3000,
    "useEdgeForOCR": true,
    "monitorMode": "clipboard",
    "translation": {
        "enabled": false,
        "sourceLang": "en",
        "targetLang": "es",
        "autoCorrect": true
    }
}