Skip to content

Releases: AceCentre/OWD-Utils

Sending app

31 Oct 16:53
Compare
Choose a tag to compare

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
    }
}

Working with Copy/pasteboard & QR code

29 Oct 21:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/AceCentre/OWD-Utils/commits/v1