Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

pdf file text reading and searching

Tags:

I want to read text from pdf file and search text into pdf file.

here the link that i know.

none of this help me out.

Getting text position while parsing pdf with Quartz 2D

HIghlighting the text in PDF document iPhone xcode

http://developer.apple.com/library/mac/#documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/dq_pdf_scan/dq_pdf_scan.html#//apple_ref/doc/uid/TP30001066-CH220-CJBDCGCB

Reading PDF files as string through iPhone application

Thanks,

shyam parmar

like image 613
GameLoading Avatar asked Feb 24 '11 10:02

GameLoading


1 Answers

Look at PDFKitten, it's a good start - it does all the glyph width analysis for you, but it's not perfect either.

like image 103
steipete Avatar answered Nov 17 '22 01:11

steipete