Hi
Can anybody send me code for OCR..in my organization we use it for grabbing info from an Invoice....its very urgent...
thanks in advance..
Printable View
Hi
Can anybody send me code for OCR..in my organization we use it for grabbing info from an Invoice....its very urgent...
thanks in advance..
Welcome to DevX :WAVE:
Is this for Bar Code reading?
Hi
Thanx for ur quick reply....i need to retrieve info from an invoice..the fields are date,invoice number,invoice amount..thats it..no bar code reading required.....i am waing for ur reply...
cheers,
jazz
I imagine there are libraries available which will provide this functionality for you.
What kind of file structure is the invoice in?Quote:
Originally Posted by jazz2k2
It is some table format....
on the right side Date and Invoice Number..after that table which consists of InvoiceDetails|Particulars|amount....................at last the total of Invoice ...we need to retrieve those fields...
thanks
This sounds like nothing more than a garden variety SELECT query. Where would optical character recognition come in? :confused:Quote:
Originally Posted by jazz2k2
I will tell u the total story..
Invoice is a tiff image we cant read it directly...so convert it to pdf format then we need to ocr that document...which consists of those invoice date...details...its not like that select query..after reading the .pdf (ocr)some feilds should be stored in one place...then we can query that one....
got it....