Cargo Features
[dependencies]
robost-vision = { version = "0.1.1", default-features = false, features = ["template-match", "async", "ocr", "ml"] }
- default = template-match
-
The
template-matchfeature is set by default wheneverrobost-visionis added withoutsomewhere in the dependency tree.default-features = false - template-match default
- async
-
Enables tokio
Affects
robost-vision::async_util… - ocr
-
Enables leptess
Affects
robost-vision::ocr… - ml
-
Enables ort
Affects
robost-vision::ml…