Hi all, I need to create form that will be filled in by hand and read digitally. I plan on using a sort of scantron-esque format with rows and columns that the user can just color in the a circle in the appropriate cell and the computer will know that value based on the xy position in the cell matrix. Like an excel address.
| Sys | TV | printer
---------------------------
6/12 | | X |
---------------------------
6/13 | X | |
---------------------------
6/14 | | | X
Based on the example above I would have a tv on 6/12, a Sys on 6/13, etc. So the question is, do any of you know an app that reads stuff like this; which I can automate to read the doc and save the output without user intervention? Thanks
I played around with a couple OCRs and they try so hard to recognise all the text on the screen that they mess up the layout filling it with their odd interpretations of the 'unreadable' characters. This might be the answer, but the ocr would have to let me limit what it tries to read or format.