Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Business card scanner library for SDK environment [closed]

Is there any library for business card scanner.I am new to android. Help me out. Thanks in advance.

like image 817
Santosh Kathait Avatar asked Mar 07 '14 12:03

Santosh Kathait


People also ask

How do I scan business cards on Android?

Yup, it's hiding in plain sight in Google Photos and in your Android phone's camera app. Click the little Google Lens icon (same as the one in the screenshot above, indicated with the red arrow), scan the business card, and then click the little contact chip to add a contact to your Google Contacts. Super easy.

Is CamCard free?

This well-designed app makes it easy to quickly scan and upload business cards and create contacts. The free version of the CamCard app comes with a limited number of scans, and also features ads. The paid version costs $8.49 per month and includes unlimited scans, an ad-free user experience, and multi-device support.

Is BizConnect free?

BizConnect is free to download and use. Premium features are available by subscription.

How do I convert my visiting card to excel?

Go to Profile>Settings>Export contacts and click Request export. You will receive an email with your exported file after a few seconds. Once you have your contacts in an excel file, you can easily manage the data, click here on more instructions on how to manage excel and csv contact files.


1 Answers

Tools Information:

ABBYY Mobile OCR Engine:(Paid)

ABBYY Mobile OCR Engine is a powerful software development kit which allows developers of mobile and small footprint applications to integrate highly accurate optical character recognition (OCR) technologies that convert images and photographs into manageable and searchable text. Toolkit supports the most popular mobile platforms and devices - iOS (iPhone) and Android.

ABBYY Mobile OCR Engine

Demo App in play store: https://play.google.com/store/apps/details?id=com.abbyy.mobile.bcr&hl=en

Tesseract OCR Engine (mainly maintained by Google):(Free)

It's used android tesseract tools and is very easy to use.Android application to extract the text from the image being captured by the camera of your Android phone! They are using a fork of Tesseract Android Tools by Robert This called Tess Two. They are based on the Tesseract OCR Engine and Leptonica image processing libraries.

Demo App in Play store: https://play.google.com/store/apps/details?id=com.datumdroid.app

Library available in GitHub: https://github.com/rmtheis/tess-two

OCR Library configure in Eclipse: http://www.luigimarino.altervista.org/blog/informatica/13-configureandroidlibrary

OcrApiService : Ocrapiservice.com provides an online and cloud based OCR (Optical Character Recognition) REST API

OcrApiService

Demo : https://github.com/smart-mobile-software/ocrapiservice

like image 94
M D Avatar answered Sep 27 '22 18:09

M D