aboutsummaryrefslogtreecommitdiff
path: root/OcrClient/Services/YandexOcrClient.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OcrClient/Services/YandexOcrClient.cs')
-rw-r--r--OcrClient/Services/YandexOcrClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OcrClient/Services/YandexOcrClient.cs b/OcrClient/Services/YandexOcrClient.cs
index 8568e38..3146e84 100644
--- a/OcrClient/Services/YandexOcrClient.cs
+++ b/OcrClient/Services/YandexOcrClient.cs
@@ -65,6 +65,6 @@ public class YandexOcrClient : IOcrClient
return result;
}
}
- return null;
+ return Enumerable.Empty<object[,]>();
}
} \ No newline at end of file