Community

/Build/TFS.Agent/_work/1/s/ROOT/FineObjects/Inc/Errors.h, 140. Unknown COM error: 80004005

I am using linux docker and i am getting  below error for outproc  java

worker_1  | /Build/TFS.Agent/_work/1/s/ROOT/FineObjects/Inc/Errors.h, 140.
worker_1  | Unknown COM error: 80004005

if i am using import com.abbyy.FREngine.* then no error and everything is working fine.

if i use import com.abbyy.outproc.FREngine.*  then i am seeing error

java code  outproc:

com.abbyy.outproc.FREngine.IAltoExportParams altoParams = engine.CreateAltoExportParams();
altoParams.setFontFormattingMode(com.abbyy.outproc.FREngine.FontFormattingModeEnum.FAM_Full);
document.Export( tempFileAlto.toString(), com.abbyy.outproc.FREngine.FileExportFormatEnum.FEF_ALTO, altoParams );

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.