Text Extraction Duplicate Bold Text

ぃ、小莉子 提交于 2019-12-13 03:35:14

问题


I am using iTextSharp Library in order to extract all the text from a PDF. It works fine but in few PDF files that I receive from a SAP all bold text is returned twice in the extracted Text.

Has anyone faced something like this before?

I am using

PdfTextExtractor.GetTextFromPage(reader, p, new LocationTextExtractionStrategy())

and have implemented a custom TextExtractionStrategy.

来源:https://stackoverflow.com/questions/21405718/text-extraction-duplicate-bold-text

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!