http://www.perlmonks.org?node_id=826135


in reply to Re^2: Why the Create method keep failing using Office 2007 OCR API?
in thread Why the Create method keep failing using Office 2007 OCR API?

Problem solved. Something is wrong with my MODI 12.0 and I also messed with the OCR method parameters. Changing the line:
$miDoc->OCR();
to
$miDoc->OCR(2052,1,1); #2052 is the LangId for Chinese
can solve the problem but somehow if I use
$miDoc->OCR(9,1,1); #9 is the LangId for English
Windows XP would throw me an error saying:
unknown software exception
Anyway, thank you guys! I'm really happy that the problem is gone :D