Initializes the OCR SDK using the provided key.
key
Returns 0 on success, or a non-zero error code if initialization fails.
0
@override Future<int?> init(String key) { return _cvm.init(key); }