Skip to content

Commit

Permalink
-修复Release模式下编译出错的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wmjordan committed Sep 30, 2024
1 parent 5f1cfcf commit 94b1982
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private void ImportOcrResult(DocProcessorContext context, XmlReader x) {
var bt = EnclosingCommand.Create("BT", null);
#else
var bt = EnclosingCommand.Create ("BT", null,
PdfPageCommand.Create ("Tr", new PdfNumber (3)) // 隐藏识别的文本
new AdjustCommand ("Tr", new PdfNumber (3)) // 隐藏识别的文本
);
#endif
var bmc = EnclosingCommand.Create("BMC", new PdfObject[] { OcrResultBmcName }, bt);
Expand Down

0 comments on commit 94b1982

Please sign in to comment.