GetOCRFormat

 

#include “BlackIceDEVMODE.h”

 

int GetOCRFormat(BlackIceDEVMODE* pBlackIceDevMode)

Description

Returns the currently set output format of the OCR.

Parameters

Input value    - pointer to the BlackIceDEVMODE structure

Return value

One of the following values:

BLF_OCR_FORMAT_TEXT     0x00000000  // Plain Text format

BLF_OCR_FORMAT_HOCR     0x00000001  // hOCR format

Programming Notes

None

Code Example

None