@aspiresys/visor 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +0 -3
- package/dist/index.js +0 -3
- package/package.json +1 -4
- package/readme.md +1 -19
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aspiresys/visor",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -22,7 +22,6 @@
|
|
|
22
22
|
"typescript": "^5.9.0"
|
|
23
23
|
},
|
|
24
24
|
"description": "Desktop visual automation framework using OpenCV, OCR, and desktop interaction APIs.",
|
|
25
|
-
|
|
26
25
|
"keywords": [
|
|
27
26
|
"automation",
|
|
28
27
|
"desktop-automation",
|
|
@@ -32,9 +31,7 @@
|
|
|
32
31
|
"testing",
|
|
33
32
|
"computer-vision"
|
|
34
33
|
],
|
|
35
|
-
|
|
36
34
|
"license": "MIT",
|
|
37
|
-
|
|
38
35
|
"files": [
|
|
39
36
|
"dist"
|
|
40
37
|
]
|
package/readme.md
CHANGED
|
@@ -36,16 +36,7 @@ Visor is designed for automating desktop workflows using visual interactions ins
|
|
|
36
36
|
## Install from npm
|
|
37
37
|
|
|
38
38
|
```bash
|
|
39
|
-
npm install visor
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
---
|
|
43
|
-
|
|
44
|
-
## Local Development
|
|
45
|
-
|
|
46
|
-
```bash
|
|
47
|
-
npm install
|
|
48
|
-
npm run build
|
|
39
|
+
npm install @aspiresys/visor
|
|
49
40
|
```
|
|
50
41
|
|
|
51
42
|
---
|
|
@@ -449,12 +440,6 @@ OCR speed depends on:
|
|
|
449
440
|
|
|
450
441
|
---
|
|
451
442
|
|
|
452
|
-
## Electron Applications
|
|
453
|
-
|
|
454
|
-
Electron-based applications may require additional startup stabilization time.
|
|
455
|
-
|
|
456
|
-
---
|
|
457
|
-
|
|
458
443
|
# Debug Logging
|
|
459
444
|
|
|
460
445
|
Enable debug logs:
|
|
@@ -543,9 +528,6 @@ Possible causes:
|
|
|
543
528
|
|
|
544
529
|
Planned features:
|
|
545
530
|
|
|
546
|
-
- Linux support
|
|
547
|
-
- Mac support
|
|
548
|
-
- Region caching
|
|
549
531
|
- Parallel image matching
|
|
550
532
|
- Advanced OCR tuning
|
|
551
533
|
- Electron recorder
|