We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca7c9b commit 22fbfbbCopy full SHA for 22fbfbb
src/Regula.DocumentReader.NetCoreExample/Program.cs
@@ -73,6 +73,9 @@ public static void Main()
73
74
var docImageQuality = response.ImageQualityChecks();
75
76
+ var info = api.Ping();
77
+ Console.WriteLine("-----------------------------------------------------------------");
78
+ Console.WriteLine($" API Version: {info.Version}");
79
Console.WriteLine("-----------------------------------------------------------------");
80
Console.WriteLine($" Document Overall Status: {docOverallStatus}");
81
Console.WriteLine($" Document Optical Text Status: {docOpticalTextStatus}");
0 commit comments