Changes between Version 15 and Version 16 of BluePrintOCR
- Timestamp:
- 06/17/10 19:27:12 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintOCR
v15 v16 15 15 === Technology === 16 16 17 The C++ code written for SahanaPHP (during GSoC 2007) can almost-certainly be tweaked to work with !SahanaPy:17 The C++ code written for SahanaPHP (during GSoC 2007) can almost-certainly be tweaked to work with Sahana Eden: 18 18 * http://sahana.cvs.sourceforge.net/viewvc/sahana/sahana-phase2/bin/ocr/?pathrev=rel_gsoc_2007 19 19 This version uses [http://opencv.willowgarage.com/wiki OpenCV] & [http://leenissen.dk/fann FANN] … … 22 22 * http://sahana.cvs.sourceforge.net/viewvc/sahana/sahana-phase2/bin/ocr/?pathrev=gsoc_2009 23 23 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]] 24 Again, this should be easy to tweak to get working with Py.24 Again, this should be easy to tweak to get working with Eden. 25 25 26 Possibility of using pytesser ( http://code.google.com/p/pytesser/ ) with cross platform tesseract-ocr ( http://code.google.com/p/tesseract-ocr/ )26 Possibility of using [http://code.google.com/p/pytesser/ pytesser] with cross platform [http://code.google.com/p/tesseract-ocr/ tesseract-ocr] 27 27 28 28 Plone uses Tesseract: http://plone.org/documentation/tutorial/ocr-in-plone-using-tesseract-ocr