| 1 | |
| 2 | == Components == |
| 3 | Download OCR-able PDF Form |
| 4 | Upload Scanned OCR Form |
| 5 | |
| 6 | == Download PDF Form == |
| 7 | |
| 8 | The link for downloading a PDF Form would be |
| 9 | |
| 10 | http://127.0.0.1:8000/eden/modulePrefix/moduleSuffix/create.pdf |
| 11 | |
| 12 | and |
| 13 | |
| 14 | http://127.0.0.1:8000/eden/modulePrefix/moduleSuffix/recordId/componentName/create.pdf |
| 15 | |
| 16 | |
| 17 | == Upload A PDF Form == |
| 18 | |
| 19 | 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. |
| 20 | |
| 21 | |
| 22 | http://127.0.0.1:8000/eden/modulePrefix/moduleSuffix/upload.pdf |
| 23 | |
| 24 | and |
| 25 | |
| 26 | http://127.0.0.1:8000/eden/modulePrefix/moduleSuffix/recordId/componentName/upload.pdf |