hey guys...
i have to develop an application that will use scanned bills in order to extract the information in them (sums, total payments...) an insert them into a file (maybe excel) - because it takes a lot of time to do this by hand, an it's also error prone. I was wondering, whether this is feasable... Also, would you sugest writing the entire application, or using a OCR scanner that would provide the text recognition means...
thanks...
text recognition
Started by sebaka, Jul 07 2009 11:22 PM
2 replies to this topic
#1
Posted 07 July 2009 - 11:22 PM
|
|
|
#2
Posted 08 July 2009 - 07:22 AM
Is it feasible? Yes. Is it even close to easy? No.
An OCR scanner will help a lot, but if the bills aren't in a consistent format, you're going to have a tough time getting the data correctly.
An OCR scanner will help a lot, but if the bills aren't in a consistent format, you're going to have a tough time getting the data correctly.
#3
Posted 09 July 2009 - 07:19 AM
Developing one right now (in Java), that can understand separate handwritten letters. It analyzes pictures and learns letter's structure and remembers it. It's much harder than i thought in the beginning, as program must recognize and make difference between horizontal, vertical and diagonal lines, which vary in thickness in different points. Currently it reads every pixel as part of the letter, which is not white (255,255,255).


Sign In
Create Account

Back to top









