Global OCR DPI setting

Is there a global setting that can be manipulated for controlling the OCR DPI? I’m finding that when testing mobile devices a higher DPI setting greatly increases the success of the OCR.

Those settings are kind of buried. You should be able to set it like this:

set the defaultTextPlatform.OCRStyles.Default.DPI to 144

You’d need to ensure that was done in each script where you wanted the higher DPI to be in effect.