Changes between Version 5 and Version 6 of UserGuidelines/OCR


Ignore:
Timestamp:
07/19/11 11:14:20 (13 years ago)
Author:
Shiv Deepak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/OCR

    v5 v6  
    11
    2 == Components ==
    3 Download OCR-able PDF Form
     2== Sahana Eden Optical Character Recognition ==
     3
     4Sahana 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.
     51. 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
     82. 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
     13The workflow of OCR Module is composed of two phases:
     141. Download PDF Form
     152. Upload Scanned Form
     16
     17
     18== Download PDF Form ==
     19
     20A 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
     22http://127.0.0.1:8000/eden/modulePrefix/moduleSuffix/create.pdf
     23
     24and
     25
     26http://127.0.0.1:8000/eden/modulePrefix/moduleSuffix/recordId/componentName/create.pdf
     27
    428[[BR]]
    529[[Image(http://eden.sahanafoundation.org/raw-attachment/wiki/UserGuidelines/OCR/Screenshot-4.png)]]
    630[[BR]]
    7 Upload Scanned OCR Form
     31
     32== Upload Scanned Form ==
     33
     34A Scanned form can be uploaded in two different ways.
     35
     36'''1. Individual Upload'''
     37
    838[[BR]]
    939[[Image(http://eden.sahanafoundation.org/raw-attachment/wiki/UserGuidelines/OCR/Screenshot-3.png)]]
    1040[[BR]]
    11 == Download PDF Form ==
    1241
    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.
    1443
    15  http://127.0.0.1:8000/eden/modulePrefix/moduleSuffix/create.pdf
     44http://127.0.0.1:8000/eden/modulePrefix/moduleSuffix/upload.pdf
    1645
    1746and
    1847
    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
     48http://127.0.0.1:8000/eden/modulePrefix/moduleSuffix/recordId/componentName/upload.pdf
    3249
    3350[[BR]]
    3451[[Image(http://eden.sahanafoundation.org/raw-attachment/wiki/UserGuidelines/OCR/Screenshot-5.png)]]
    3552[[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.
    3853
    3954While there are two options available for uploading a OCR Form.
     
    4661[[Image(http://eden.sahanafoundation.org/raw-attachment/wiki/UserGuidelines/OCR/Screenshot-7.png)]]
    4762[[BR]]
     63
     64
     65'''2. Bulk Upload'''
     66
     67TODO