Example #1
0
 public ReceiptMaking(IOcr ocr, IShopDetection shopDetection)
 {
     _ocr           = ocr;
     _shopDetection = shopDetection;
 }
Example #2
0
 public ReceiptMaking()
 {
     _ocr           = new EmguOcr();
     _shopDetection = new ShopDetection();
 }