Changes between Version 2 and Version 3 of UserGuidelines/OCR/HandleErrors
- Timestamp:
- 08/20/11 07:46:14 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/OCR/HandleErrors
v2 v3 9 9 10 10 {{{ 11 No records in this resource 11 No records in this resource. Add one more records manually and then retry. 12 12 }}} 13 13 … … 17 17 18 18 {{{ 19 Tesseract 3.01 not installed 19 Tesseract 3.01 not installed. Ask the Server Administrator to install Tesseract on Sahana Eden Server(s). 20 20 }}} 21 21 22 Tesseract is the backend OCR software. Ask the Server Administrator to install Tesseract on Sahana Eden Server .22 Tesseract is the backend OCR software. Ask the Server Administrator to install Tesseract on Sahana Eden Server(s). 23 23 24 24 ---- 25 25 26 26 {{{ 27 Selected OCR Form has no pages 27 Selected OCR Form has no pages. Use another revision of create a new revision by downloading a new Form. 28 28 }}} 29 29 30 The selected Form revision/UUID has no tpages in them and hence OCR is not possible on this Form.30 The selected Form revision/UUID has no pages in them and hence OCR is not possible on this Form. 31 31 32 32 ---- 33 33 34 34 {{{ 35 Uploaded file(s) are not Image(s) 35 Uploaded file(s) are not Image(s). Supported image formats are '.png', '.jpg', '.bmp', '.gif'. 36 36 }}} 37 37 … … 41 41 42 42 {{{ 43 OCR module is disabled 43 OCR module is disabled. Ask the Server Administrator to enable it. 44 44 }}} 45 45 46 The OCR module has been disabled. Ask the Server Administrator to Enable it. It can be enabled by un-commenting corresponding OCR module in `models/000_config.py` in `eden` directory.46 The OCR module has been disabled. Ask the Server Administrator to enable it. It can be enabled by un-commenting corresponding OCR module in `models/000_config.py` in `eden` directory. 47 47 48 48 ---- 49 49 50 50 {{{ 51 ImageMagick Command Line tool is not installed 51 ImageMagick Command Line tool is not installed. Ask the Server Administrator to install ImageMagick on Sahana Eden Server(s). 52 52 }}} 53 53 54 `ImageMagick` command line tool has to be installed on the server. Ask the server administrator to install it .54 `ImageMagick` command line tool has to be installed on the server. Ask the server administrator to install it on Sahana Eden Server(s). 55 55 56 56 ---- 57 57 58 58 {{{ 59 Uploaded file is not a PDF file 59 Uploaded file is not a PDF file. Provide a Form in valid PDF Format. 60 60 }}} 61 61 … … 65 65 66 66 {{{ 67 Uploaded PDF file has more/less number of page(s) than required 67 Uploaded PDF file has more/less number of page(s) than required. Check if you have provided appropriate revision for your Form as well as check the Form contains appropriate number of pages. 68 68 }}} 69 69 70 The Uploaded PDF file does not have pages equal to the pages which the revision expects. Check if you have selected appropriate revision for you Form as well as check the Form contain appropriate number of pages.70 The Uploaded PDF file does not have pages equal to the pages which the revision expects. Check if you have selected appropriate revision for your Form as well as check the Form contain appropriate number of pages. 71 71 72 72 ---- 73 73 74 74 {{{ 75 No UTC offset found. Please set UTC offset in your 'User Profile' details 75 No UTC offset found. Please set UTC offset in your 'User Profile' details. Example: UTC+0530 76 76 }}} 77 77 … … 81 81 82 82 {{{ 83 The provided 'jobuuid' is invalid. 83 The provided 'jobuuid' is invalid. The session of form upload is invalid. You should retry uploading. 84 84 }}} 85 85 86 Th is session of form upload is invalid. You should retry uploading.86 The session of form upload does not exist. You should retry uploading. 87 87 88 88 ---- 89 89 90 90 {{{ 91 The provided 'formuuid' is invalid. 91 The provided 'formuuid' is invalid. You have selected a Form revision which does not exist on this server. 92 92 }}} 93 93 94 You have selected a Form revision which does not exist on this server. 94 You have selected a Form revision which does not exist on this server. Select a valid form revision or download a new Form. 95 95 96 96 ---- 97 97 98 98 {{{ 99 An unrecoverable error has occured, Please do a manual OCR 99 The uploaded form is unreadable, please do manual data entry. 100 100 }}} 101 101 102 The provided form is unreadable, please do manual data entry.102 The provided form is unreadable, It might be because the Form has no data or it might be too distorted. please do manual data entry. 103 103 104 104 ----