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