Exemplo n.º 1
0
 public BaiduOcrClient(string apiKey, string secretKey)
 {
     Name                  = "Baidu OCR";
     _baiduOcr             = new Aip.Ocr.Ocr(apiKey, secretKey);
     _recognizerDictionary = BuildRecognizerDictionary();
 }
Exemplo n.º 2
0
 public Application(string apiKey, string secretKey)
 {
     BaiduOcrClient = new Aip.Ocr.Ocr(apiKey, secretKey);
 }