conversion of jpg file to vcf file
Can you tell me How to convert jpg file into vcf file in asp.net????
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mohamed AbedallahPosted Feb 22, 2018, 9:41 AM
1. Use LEADTOOLS to extract the text from the image, the code will be similar to this:
https://www.leadtools.com/sdk/ocr
2. Create an empty text file and write extracted text in that file.
3. The text should be written in a specific structure that is explained on Wikipedia:
https://en.wikipedia.org/wiki/VCard
Nilesh PatilPosted Nov 1, 2017, 8:58 AM
Neha AgrawalPosted Nov 1, 2017, 8:42 AM
Nilesh PatilPosted Nov 1, 2017, 8:21 AM