Skip to content

Commit 94b1982

Browse files
committed
-修复Release模式下编译出错的问题
1 parent 5f1cfcf commit 94b1982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App/Processor/ContentProcessors/ImportOcrResultProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ private void ImportOcrResult(DocProcessorContext context, XmlReader x) {
9898
var bt = EnclosingCommand.Create("BT", null);
9999
#else
100100
var bt = EnclosingCommand.Create ("BT", null,
101-
PdfPageCommand.Create ("Tr", new PdfNumber (3)) // 隐藏识别的文本
101+
new AdjustCommand ("Tr", new PdfNumber (3)) // 隐藏识别的文本
102102
);
103103
#endif
104104
var bmc = EnclosingCommand.Create("BMC", new PdfObject[] { OcrResultBmcName }, bt);

0 commit comments

Comments
 (0)