I would like to have access to the thresholded image created by tesseract. (See function: [GetThresholdedImage](https://github.com/jeromewu/tesseract/blob/be451c7fdeab7b335f08f2f4c83cc17cafc73056/src/api/baseapi.cpp#L646)) This feature is implemented by the tesseract wrapper library for pyton as a function: https://github.com/sirfz/tesserocr/blob/master/tesserocr.pyx#L1737 There is also a parameter that writes the thresholded image to the file "tessinput.tif": "tessedit_write_images". I am using win10 and NodeJS with some tiff files, setting the parameter "tessedit_write_images" to "T" or "1" does nothing.