Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I need a business card parser like this one. I don't care if it's free or not.

I didn't use this one yet. Because I sent to them a request but still with no response. I just would like to know other alternatives.

It should be a web service Or ios library.

share|improve this question
What are you trying to do with the parser? Where will the data come from, and what will you do with the data? – mhoran_psprep Apr 20 '12 at 23:45
I'm trying to parse contact information which comes from an OCR library. User can scan a business contact card then the OCR library convert it to text. Now, I need to parse this text. – mohamede1945 Apr 21 '12 at 16:45
Your example doesn't seem to solve your problem. You use an OCR to pull the data from the card image, and you want to use another tool to parse it. You will still need something else to turn the output of that tool into a file that your database requires. – mhoran_psprep Apr 22 '12 at 11:18

closed as off topic by Eight Days of Malaise, Sathya, ChrisF Apr 28 '12 at 10:29

Questions on Web Applications Stack Exchange are expected to relate to web applications within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Your question is not one of the better questions I have seen but as user mhoran_psprep suggests:

You use an OCR to pull the data from the card image, and you want to use another tool to parse it. You will still need something else to turn the output of that tool into a file that your database requires.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.