Skip to contents

Value for Mode Option

Usage

optionValueMode(
  useDatabase = FALSE,
  layoutAnalysis = FALSE,
  doNotCompare = FALSE,
  doNotDivide = FALSE,
  doNotCorrect = FALSE,
  characterPacking = FALSE,
  extendDatabase = FALSE,
  switchOffEngine = FALSE
)

Arguments

useDatabase

(2) use database to recognize characters which are not recognized by other algorithms, (early development)

layoutAnalysis

(4) switching on layout analysis or zoning (development)

doNotCompare

(8) don't compare unrecognized characters to recognized one

doNotDivide

(16) don't try to divide overlapping characters to two or three single characters

doNotCorrect

(32) don't do context correction

characterPacking

(64) character packing, before recognition starts, similar characters are searched and only one of this characters will be send to the recognition engine (development)

extendDatabase

(128) extend database, prompts user for unidentified characters and extends the database with users answer (128+2, early development)

switchOffEngine

(256) switch off the recognition engine (makes sense together with -m 2)