20 | | 1. Reportlab |
21 | | 2. Core xml libs like xml.dom.minidom and xml.sax |
22 | | 3. sane on unix and twain on Windows to support scanning |
23 | | 4. pyscanning (http://code.google.com/p/pyscanning/) |
24 | | 5. Imaging-sane (http://svn.effbot.python-hosting.com/pil/Sane/ on Unix , not necessary on windows ) |
25 | | 6. urllib |
26 | | 7. urllib2 |
27 | | 8. PIL >= 1.6 |
28 | | * NOTE 1: All scripts have to be run from their respective directories at the moment. |
29 | | * NOTE 2: All the images used are to be provided in the .tif format. |
| 20 | 1. Core xml libs like xml.dom.minidom and xml.sax |
| 21 | 2. sane on unix and twain on Windows to support scanning |
| 22 | 3. pyscanning (http://code.google.com/p/pyscanning/) |
| 23 | 4. Imaging-sane (http://svn.effbot.python-hosting.com/pil/Sane/ on Unix , not necessary on windows ) |
| 24 | 5. urllib, urllib2, Reportlab, PIL >= 1.6 |