Changes between Version 7 and Version 8 of BluePrintOCR
- Timestamp:
- 03/02/10 10:20:36 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintOCR
v7 v8 1 1 == Blueprint for Optical Character Recognition == 2 === Functionality === 2 3 Be able to scan in a paper-based form to populate the database 3 4 … … 5 6 * http://wiki.sahana.lk/doku.php?id=dev:sahana_xform 6 7 * http://humanitariantech.com/2009/11/16/talking-papers-a-world-without-data-entry/ 8 9 This would be useful if Sahana is being used to generate forms which are printed, and filled out by hand, then can be scanned back, directly, into the database.[[BR]] 10 It may be impractical to get people to fill out forms in handwriting which can be "recognized". 11 * Being able to identify check-boxes being checked - and design forms which rely heavily on check boxes. 12 * Being able to copy blocks of test out of a hand written form, and display it on screen, next to an editable text box, where the text can be "recognized" and entered manually. 13 14 === Technology === 7 15 8 16 The C++ code written for SahanaPHP (during GSoC 2007) can almost-certainly be tweaked to work with !SahanaPy: