Skip to content

Commit

Permalink
Added debug property to recognize output per #893 (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
Balearica committed Feb 26, 2024
1 parent 8929b33 commit c2da2b5
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 @@ -274,6 +274,7 @@ declare namespace Tesseract {
imageBinary: string | null;
rotateRadians: number | null;
pdf: number[] | null;
debug: string | null;
}
}

Expand Down

0 comments on commit c2da2b5

Please sign in to comment.