Browse Source

Fix #401

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

2
src/index.d.ts vendored

@ -46,7 +46,7 @@ declare namespace Tesseract { @@ -46,7 +46,7 @@ declare namespace Tesseract {
tessjs_create_osd: string
}
interface RecognizeOptions {
rectangles: Rectangle[]
rectangle: Rectangle
}
interface ConfigResult {
jobId: string

Loading…
Cancel
Save