Browse Source

Fix missing type in index.d.ts

pull/427/head
jeromewu 5 years ago committed by GitHub
parent
commit
5a40559db2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/index.d.ts

1
src/index.d.ts vendored

@ -195,6 +195,7 @@ declare namespace Tesseract { @@ -195,6 +195,7 @@ declare namespace Tesseract {
confidence: number;
lines: Line[];
oem: string;
osd: string;
paragraphs: Paragraph[];
psm: string;
symbols: Symbol[];

Loading…
Cancel
Save