Cargo Features

tesseract-android-ipc has no features set by default.

[dependencies]
tesseract-android-ipc = { version = "0.5.6", features = ["client", "service"] }
client

Enables async-trait and jni_fn, client of tesseract-android-transport and tesseract-one

Affects tesseract-android-ipc::client

service

Enables service of tesseract-android-transport and tesseract-one

Affects tesseract-android-ipc::service