bank-voucher-ocr
Advanced tools
Comparing version 0.7.2 to 0.7.3
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 0.7.2 | ||
* @version 0.7.3 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 0.7.2 | ||
* @version 0.7.3 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 0.7.2 | ||
* @version 0.7.3 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
@@ -47,3 +47,3 @@ /// <reference types="node" /> | ||
export interface OcrRetObject { | ||
[key: string]: OcrRetInfo; | ||
[key: string]: string; | ||
} | ||
@@ -50,0 +50,0 @@ export interface OcrZoneRet { |
{ | ||
"name": "bank-voucher-ocr", | ||
"author": "waiting", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "Bank Voucher ocr by tesseract and retrieve fields", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
141036