Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixed types per #1033
  • Loading branch information
Balearica committed Oct 26, 2025
commit daf06faa7a256811a0d7baca68bfb5fc28531b3b
1 change: 0 additions & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ declare namespace Tesseract {
y0: number;
x1: number;
y1: number;
has_baseline: boolean;
}
interface RowAttributes {
ascenders: number;
Expand Down
Loading