Skip to content

Commit

Permalink
Fix missing type in index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromewu authored Feb 11, 2020
1 parent 023d484 commit 5a40559
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ declare namespace Tesseract {
confidence: number;
lines: Line[];
oem: string;
osd: string;
paragraphs: Paragraph[];
psm: string;
symbols: Symbol[];
Expand Down

0 comments on commit 5a40559

Please sign in to comment.