Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to read a pdf file using lisp

Tags:

lisp

how we can read a pdf using lisp and separate the table of content. This can be done by other languages but in lisp this is bit difficult any can help me with a sample code?

http://www.rajive-hsenid.appspot.com/

this is done by python now i am trying to do this with lisp

please help me..

like image 444
rajive Avatar asked Nov 18 '10 11:11

rajive


1 Answers

Try cl-pdf-parser--I found it on Google. This code is too big to post here. Look for the file pdf-parser.lisp(insider the archive).

cl-pdf-parser comes with examples: http://www.fractalconcept.com/download/cl-pdf-current.tgz

like image 76
frayser Avatar answered Sep 29 '22 07:09

frayser