如何使用itextsharp和c#创建可搜索的文本pdf

问题描述:



我已将tif文件转换为pdf文件。现在我想在c#中使用itextsharp.dll创建一个可搜索的pdf。

如果有人有想法,请建议我。





谢谢

Hi,
i have converted a tif file into pdf file. and now i want to create a searchable pdf using itextsharp.dll in c#.
if any one have idea, please suggest me.


Thanks

您目前获得的pdf是转换为pdf的图像。因此无法直接搜索。



你的tiff文件应首先进行OCR,然后将其转换为PDF文件以便它可以是

可搜索。



for OCR你可以使用开源Tesseract OCR引擎。



希望这有帮助
The current pdf you've got is an image converted to pdf. Hence it cannot be directly made searchable.

your tiff file should be first OCR'ed and then get it converted into PDF file so that it can be
searchable.

for OCR you can use the open source Tesseract OCR engine.

Hope this helps