Changes between Version 5 and Version 6 of UserGuidelines/OCR
- Timestamp:
- 07/19/11 11:14:20 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/OCR
v5 v6 1 1 2 == Components == 3 Download OCR-able PDF Form 2 == Sahana Eden Optical Character Recognition == 3 4 Sahana OCR Module is responsible to generate OCR-able PDF Form for every resource Form available in HTML. There are two types of interfaces available based on the usecase. 5 1. Single Form Upload 6 When there is human resource available to upload and verify the OCR-ed data individually then this interface can be considered. Here the user will upload a scanned Form, let eden OCR it, then he/she can verifies the data and update the database with this new record. 7 8 2. Bulk Form Upload 9 When there is not enough human resource available to upload and verify the OCR-ed data then this usecase can be considered where scanned forms can be uploaded in bulk and verified later. 10 11 '''Phases''' 12 13 The workflow of OCR Module is composed of two phases: 14 1. Download PDF Form 15 2. Upload Scanned Form 16 17 18 == Download PDF Form == 19 20 A PDF Form for a resource can be downloaded from the buttons available in create/update UI of any resource alternatively it can be downloaded directly from the following links. 21 22 http://127.0.0.1:8000/eden/modulePrefix/moduleSuffix/create.pdf 23 24 and 25 26 http://127.0.0.1:8000/eden/modulePrefix/moduleSuffix/recordId/componentName/create.pdf 27 4 28 [[BR]] 5 29 [[Image(http://eden.sahanafoundation.org/raw-attachment/wiki/UserGuidelines/OCR/Screenshot-4.png)]] 6 30 [[BR]] 7 Upload Scanned OCR Form 31 32 == Upload Scanned Form == 33 34 A Scanned form can be uploaded in two different ways. 35 36 '''1. Individual Upload''' 37 8 38 [[BR]] 9 39 [[Image(http://eden.sahanafoundation.org/raw-attachment/wiki/UserGuidelines/OCR/Screenshot-3.png)]] 10 40 [[BR]] 11 == Download PDF Form ==12 41 13 The link for downloading a PDF Form would be 42 For this use-case, the user has to use the web UI to upload the scanned OCR Form. The scanned Form can either be a single PDF file or multiple image files, one file corresponds to one page. The OCR upload button is available in create/update UI of any resource alternatively it can be uploaded directly from the following links. 14 43 15 http://127.0.0.1:8000/eden/modulePrefix/moduleSuffix/create.pdf44 http://127.0.0.1:8000/eden/modulePrefix/moduleSuffix/upload.pdf 16 45 17 46 and 18 47 19 http://127.0.0.1:8000/eden/modulePrefix/moduleSuffix/recordId/componentName/create.pdf 20 21 22 == Upload A PDF Form == 23 24 there are two options available to upload. Individual image files where one file represent on page, or by uploading entire scanned form as a pdf, the link to upload scanned form would be. 25 26 27 http://127.0.0.1:8000/eden/modulePrefix/moduleSuffix/upload.pdf 28 29 and 30 31 http://127.0.0.1:8000/eden/modulePrefix/moduleSuffix/recordId/componentName/upload.pdf 48 http://127.0.0.1:8000/eden/modulePrefix/moduleSuffix/recordId/componentName/upload.pdf 32 49 33 50 [[BR]] 34 51 [[Image(http://eden.sahanafoundation.org/raw-attachment/wiki/UserGuidelines/OCR/Screenshot-5.png)]] 35 52 [[BR]] 36 37 The UUID/revison is the unique identifier for the PDF form which is available at the bottom of each page of the PDF Form.38 53 39 54 While there are two options available for uploading a OCR Form. … … 46 61 [[Image(http://eden.sahanafoundation.org/raw-attachment/wiki/UserGuidelines/OCR/Screenshot-7.png)]] 47 62 [[BR]] 63 64 65 '''2. Bulk Upload''' 66 67 TODO