PDFsam -- PDF Split-And-Merge is a handy open-source tool. (<a href="http://www.pdfsam.org/">http://www.pdfsam.org/</a>)<br><br>But its title is its featureset, for the most part. It allows you to reorder PDFs, pull pages out, add pages in, rotate pages 90, 180, 270 degrees, etc. Command-line driven but there&#39;s also a gui console.<br>
<br>It&#39;s got a windows installer, but should run anywhere Java is available.<br><br>Sounds like on top of the scanning and organizing solution, you need to figure out some OCR application to extract metadata from each of the PDFs in a large-scale way.<br>
<br>If you&#39;re planning to put these out for public consumption, you can use Google to assist you in your scanning and indexing:<br><br><a href="http://www.labnol.org/software/convert-scanned-pdf-images-to-text-with-google-ocr/5158/">http://www.labnol.org/software/convert-scanned-pdf-images-to-text-with-google-ocr/5158/</a><br>
<br>Alternatively, the open-source OCR world is getting better fast. Check out OCRopus (<a href="http://en.wikipedia.org/wiki/OCRopus">http://en.wikipedia.org/wiki/OCRopus</a>) -- it&#39;s a linux-based command-line OCR tool. You should be able to incorporate this into a workflow, it&#39;ll spit out what it thinks your PDF says in htmlish (specified here: <a href="http://docs.google.com/View?docid=dfxcv4vc_67g844kf">http://docs.google.com/View?docid=dfxcv4vc_67g844kf</a>). <br>
<br>I could see a workflow on your end that creates four rotations of each page scanned, then attempts to OCR them in each degree of rotation with OCRopus, compares the results, and persists in your datastore the one with the highest combination of recognized characters and recognition score. I suppose this is only really helpful if a) your PDFs often get scanned upside-down or sideways, and b) all your PDFs have some amount of digital typography on them.<br>
<br>Anyway, a couple ideas.<br><br>-----<br>Luke Peterson<br>
<br><br><div class="gmail_quote">On Sat, Apr 3, 2010 at 11:56 AM, Nils Hammerfest <span dir="ltr">&lt;<a href="mailto:list@nilsgey.de">list@nilsgey.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">&gt; Get a quality enterprise content management system. There is a<br>
&gt; full-blown FOSS one called Alfresco that you could try out and see how<br>
&gt; it goes:<br>
&gt;<br>
&gt; <a href="http://www.alfresco.com/products/networks/compare/" target="_blank">http://www.alfresco.com/products/networks/compare/</a><br>
<br>
<br>
</div>Thanks for your information. I will have a look at this<br>
<div class="im"><br>
&gt; &gt; 2) Do you know any free PDF editor besides &quot;PDFEdit&quot; (which seemed fine from screenshots and descriptions, but first tries were not successful)<br>
&gt;<br>
&gt; Sorry, have no clue there, the usual advice about editing PDFs is to<br>
&gt; edit the SOURCE document and regenerate the PDF. PDFs really aren&#39;t<br>
&gt; intended to be edited - text editing even in Adobe Acrobat is tedious.<br>
&gt;<br>
<br>
</div>The problem here is that those PDFs are generated by scans. So in fact we are dealing with mostly images of notation here. The main tasks here are to add/delete pages, rotate single pages or &quot;all uneven&quot; etc. or crop borders for a section, selection, all etc. and in the end save them again. I think with some scripts it should be possible to do the decrompress/compress thing from pdf-&gt;images-&gt;pdf but still this leaves the point of pagewise editing. I don&#39;t know for sure but I think gimp or inkscape cannot do this.<br>

<font color="#888888"><br>
Nils<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
Linux-audio-user mailing list<br>
<a href="mailto:Linux-audio-user@lists.linuxaudio.org">Linux-audio-user@lists.linuxaudio.org</a><br>
<a href="http://lists.linuxaudio.org/listinfo/linux-audio-user" target="_blank">http://lists.linuxaudio.org/listinfo/linux-audio-user</a><br>
</div></div></blockquote></div><br>