bank-voucher-ocr
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 0.7.1 | ||
* @version 0.7.2 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 0.7.1 | ||
* @version 0.7.2 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 0.7.1 | ||
* @version 0.7.2 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
@@ -46,2 +46,5 @@ /// <reference types="node" /> | ||
export declare type VoucherConfigMap = Map<BankName, VoucherConfig>; | ||
export interface OcrRetObject { | ||
[key: string]: OcrRetInfo; | ||
} | ||
export interface OcrZoneRet { | ||
@@ -48,0 +51,0 @@ fieldName: FieldName; |
{ | ||
"name": "bank-voucher-ocr", | ||
"author": "waiting", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "Bank Voucher ocr by tesseract and retrieve fields", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
141040
2443