Removed non-existent option from types per #808 (#810)

master
Balearica 1 year ago committed by GitHub
parent 4a63a8e28c
commit 96b9b8b500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/index.d.ts

1
src/index.d.ts vendored

@ -65,7 +65,6 @@ declare namespace Tesseract {
errorHandler: (arg: any) => void
}
interface WorkerParams {
tessedit_ocr_engine_mode: OEM
tessedit_pageseg_mode: PSM
tessedit_char_whitelist: string
preserve_interword_spaces: string

Loading…
Cancel
Save