使用的是原来LT18的例子,看到OCR有更新为提高效率下载新版本使用发现问题,
ZeroMemory(@RecogOpts, sizeof(RECOGNIZEOPTS2));
RecogOpts.uStructSize := sizeof(RECOGNIZEOPTS2);
RecogOpts.nPageIndexStart := 0;
RecogOpts.nPagesCount := 1;
RecogOpts.SpellLangId := DOC2_LANG_ID_ENGLISH;
RecogOpts.bEnableSubSystem := TRUE;
RecogOpts.bEnableCorrection := TRUE;
nRet := L_Doc2Recognize(hDoc, @RecogOpts, nil, nil); 该行返回 -1224
|
|