| 7 | The C++ code written for SahanaPHP (during GSoC 2007) can almost-certainly be tweaked to work with !SahanaPy: |
| 8 | * http://sahana.cvs.sourceforge.net/viewvc/sahana/sahana-phase2/bin/ocr/?pathrev=rel_gsoc_2007 |
| 9 | This version uses [http://opencv.willowgarage.com/wiki OpenCV] & [http://leenissen.dk/fann FANN] |
| 10 | |
| 11 | It is hoped that a Firefox add-on to enable a nice workflow for users will be developed for SahanaPHP as part of GSoC 2009: [[BR]] |
| 12 | This will access the Scanner (e.g. using TWAIN or SANE) and read the Image. The acquired image will be passed to the OCR library & the result will be posted into the web form. [[BR]] |
| 13 | Again, this should be easy to tweak to get working with Py. |
| 14 | |