Releases: Ali-Cheikh/Image-OCR-App
Releases · Ali-Cheikh/Image-OCR-App
Windows App
i mean its not functional to send anything but still gets the codes 😄
next update full functional app [promise]
Full Changelog: https://github.com/Ali-Cheikh/Image-OCR-App/commits/0.1
{
"main": "main.js",
"name": "image-ocr-app",
"version": "1.0.0",
"description": "use this app to register faster defected stickers/pn's picture to the drive or other image update or share purposes.",
"author": "Ali Cheikh",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Ali-Cheikh/Image-OCR-App"
},
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"build": {
"productName": "IOA",
"appId": "com.unexpected.OCR-APP",
"directories": {
"output": "dist"
},
"files": [
"main.js",
"index.html",
"app.js"
],
"win": {
"target": "portable",
"icon": "logo.png"
},
"mac": {
"target": "dmg",
"icon": "logo.png"
},
"linux": {
"target": "AppImage",
"icon": "logo.png"
}
},
"devDependencies": {
"electron": "^31.2.1",
"electron-builder": "^24.13.3"
}
}