0

I am doing an app in which I require a business card reader I googled alot but BBY is the only solution which I was able to find out. Can anybody help me out with some opensource library which can be tweaked or used directly as a business card reader.

Please enlighten me on this.

Bo Persson
  • 90,663
  • 31
  • 146
  • 203
Ankit Sachan
  • 7,690
  • 16
  • 63
  • 98

3 Answers3

1

you can look into the Tesseract open source engine... its pretty good for image processing.. i mean it will extract the text out of the image but then you will have to process it to extract name ,phone numbers and other details. this guy has explained how to use it in iOS .. http://tinsuke.wordpress.com/2011/11/01/how-to-compile-and-use-tesseract-3-01-on-ios-sdk-5/

Ankit Srivastava
  • 12,347
  • 11
  • 63
  • 115
0

We started an open source project to build a Javascript library (based on the OCR engine tesseract.js for the OCR part) that exctract the relevant data from a business card based on heuristic criteria.

The library (BCR Library, available on github) is usable in any html project (included mobile cordova, phone gap or ionic projects) just including it via script tag.

The library doesn't have any external api call and fully works offline.

0

I think that you should give a try to Covve Bussiness Card Scan API. The quality of the result is great in various languages. You can check a comparison analysis of similar services here.

[Disclosure] I'm part of the team developing the service.

Manolis
  • 728
  • 8
  • 24