Skip to content

Commit 22fbfbb

Browse files
Danila.Kislitsynhleb-albau
authored andcommitted
add verify ping method
1 parent 8ca7c9b commit 22fbfbb

File tree

1 file changed

+3
-0
lines changed
  • src/Regula.DocumentReader.NetCoreExample

1 file changed

+3
-0
lines changed

src/Regula.DocumentReader.NetCoreExample/Program.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ public static void Main()
7373

7474
var docImageQuality = response.ImageQualityChecks();
7575

76+
var info = api.Ping();
77+
Console.WriteLine("-----------------------------------------------------------------");
78+
Console.WriteLine($" API Version: {info.Version}");
7679
Console.WriteLine("-----------------------------------------------------------------");
7780
Console.WriteLine($" Document Overall Status: {docOverallStatus}");
7881
Console.WriteLine($" Document Optical Text Status: {docOpticalTextStatus}");

0 commit comments

Comments
 (0)