replace tesseract with apple vision
This commit is contained in:
@@ -3,6 +3,9 @@ name = "g3-computer-control"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[build-dependencies]
|
||||
# Only needed for building Swift bridge on macOS
|
||||
|
||||
[dependencies]
|
||||
# Workspace dependencies
|
||||
tokio = { workspace = true }
|
||||
@@ -20,9 +23,6 @@ async-trait = "0.1"
|
||||
# WebDriver support
|
||||
fantoccini = "0.21"
|
||||
|
||||
# OCR dependencies
|
||||
tesseract = "0.14"
|
||||
|
||||
# macOS dependencies
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
core-graphics = "0.23"
|
||||
|
||||
Reference in New Issue
Block a user