We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75a380 commit 72afa3dCopy full SHA for 72afa3d
src/index.d.ts
@@ -147,7 +147,7 @@ declare namespace Tesseract {
147
BINARY = 2
148
}
149
type ImageLike = string | HTMLImageElement | HTMLCanvasElement | HTMLVideoElement
150
- | CanvasRenderingContext2D | File | Blob | ImageData | Buffer | OffscreenCanvas;
+ | CanvasRenderingContext2D | File | Blob | Buffer | OffscreenCanvas;
151
interface Block {
152
paragraphs: Paragraph[];
153
text: string;
0 commit comments