Skip to content

Commit 94ae65e

Browse files
authored
Merge pull request #119 from killkimno/1.300v
1.301 업데이트
2 parents e22989a + 77a8f50 commit 94ae65e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

MORT/OcrApi/OneOcr/OneOcr.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using Google.Api;
2-
using Google.Cloud.Vision.V1;
3-
using System;
1+
using System;
42
using System.Collections.Generic;
53
using System.Diagnostics;
64
using System.Drawing;
@@ -65,9 +63,7 @@ public void CopyDll(string path)
6563
{
6664
Console.WriteLine(ex.Message);
6765
}
68-
6966
}
70-
7167

7268
public async ValueTask InitalizeAsync()
7369
{

0 commit comments

Comments
 (0)