Fix null return
This commit is contained in:
parent
f8c62c6def
commit
843f73fec8
@ -65,6 +65,6 @@ public class YandexOcrClient : IOcrClient
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return null;
|
return Enumerable.Empty<object[,]>();
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user