AN APPROACH FOR SCANNING BASIC BUSINESS CARD IN ANDROID DEVICE

Size: px
Start display at page:

Download "AN APPROACH FOR SCANNING BASIC BUSINESS CARD IN ANDROID DEVICE"

Transcription

1 AN APPROACH FOR SCANNING BASIC BUSINESS CARD IN ANDROID DEVICE Amareshwar Manjunath Bhat 1, Sahana S Patkar 2, Prof.Venugopal 3 1 MCA, 6th Semester, 2 BE, 8 th Semester CSE Department, 3 CSE Department NMAM Institute of Technology, Nitte, Udupi amareshwarbhat@gmail.com 2 sahanaspatkar@gmail.com 3 venugopalaps@gmail.com Abstract. We have seen many technologies which are used in banking and government sectors. As the day goes, new technology with new ideas will raise up to improve the work efficiency or to reduce the time. This paper tells you, how we can converge the technology and make it utilize. The topic is android image processing using tesseract ocr in addition to data storage. We have developed a project called Basic B-Card. This scans the paper in a real time and stores only the important information in android application database using pattern matching. Keywords: Android, Image processing, OCR, SQL Database, pattern matching. 1 Introduction Android is an open source platform for mobile devices. Android architecture is very suitable for image processing, researching. In this paper, we implement OCR technology and data storage on Android. Our work shows that Android can be an energy efficient tool for researchers to develop their own application. 1.1 Android Architecture Google has developed open source Android operating system for mobile platform which is also used in the net book [2]. Android is an easy and programmer friendly operating system makes it easier to write applications. As shown in Fig 1. Android runs a custom JVM on top of Linux kernel. It allows developers to write JAVA code with Google developed JAVA libraries. The Linux kernel has integrated camera diver, Wi-Fi driver, Bluetooth driver, etc. In the market, most of the Android devices have customized corresponding hardware [1]. Fig 1. Android Architecture Canara Engineering College Mangalore NJCIET

2 The OCR Process is divided into following phases pre-processing, segmentation, feature extraction and classification [4]. 1.2 Pre-processing It smoothens the digitized characters to remove noise. The smoothing implies both filling and thinning. Filling eliminates small breaks, gaps and holes in the digitized characters. Thinning reduces the width of the line. The normalization is applied to obtain characters of uniform size, slant and rotation. 1.3 Segmentation Segmentation is a classifier which helps to divide each character as a fragment from a word present in a given image/page. The goal of the segmentation is to extract each character from the text present in the image. After performing Segmentation, the characters of the string will be separated and it will be used for further processing. 1.4 Feature Extraction In this stage, the features of the characters that are crucial for classifying them at recognition stage are extracted. Following are the techniques for features extraction Template matching, Transformations, Distribution of points Structural features. 1.5 Classification In this process characters are identified and assigned to the correct character class Structural Methods. Measures of similarity based on relationships between structural components may be formulated by using grammatical concepts. 1.6 Post Processing Post processing divided as grouping, error-detection and correction. Grouping is the process of performing association of symbols into strings. Symbols that are found to be sufficiently close are grouped together. Whereas Error-detection and correction utilizes the possibility of sequences of characters appearing together. Fig 2. 2 METHODOLOGY Fig 2. The phases in OCR process Our target is to utilize the android devices for storage of data in an application using image processing and SQL database. For this OCR technology is very much efficient to do image processing. OCR stands for Optical Character Recognition. As soon as the image is captured by android device, it will be sent for image processing. Then as per the roles specified by OCR it scans the paper. Scanning means it digitalizes the characters which are present in that captured image. Digitalizing means conversion of image in a binary format. The digitalized files will be matched with the library files. The library file we have used is tess-two v3.03 [3]. This is basically Hp software. The library tess-two contains templates which has thousands of character formats. The tess-two library has 392 MB. Android provides facility for importing the libraries. By making use of that library we are able to call functions from tess-two. This library provides tessbase API to interface with java. API means Application Programming Interface. We have maintained a database which is for storage purpose in android using SQL. By taking the example of our project called Basic-business Card Reader. Fig 4, Fig 5. We store user information like First Name, Last Name, Phone Number, ID, Date Of Birth, Address and Face Book ID on android application database. Then we have given important features like quick call, Quick Message, Quick mail, Google map location for the address, Direct Connect to Face Book and in addition to that we have added Canara Engineering College Mangalore NJCIET

3 Group Message and Group Mail to increase the productivity. Our App provides smart user interface as well as quick access for the user. Next we integrated the OCR modules with this SQL database. As soon as the user clicks the photo, the information will get stored in our application database. This is the idea of the project. This technology is well suited for android devices like tablet or mobile and other kind of devices which has a good camera. This is a real time experiment. This OCR image processing uses no internet connection. That s why it will be great idea for those who are looking for data storage by paper scanning. Fig 3. Flowchart describing working of Basic B-Card App For example:- In government sectors such as Adhar card printing, renewal or verification, this android app scans the Adhar card and puts information in database. The data base has a particular format as per Adhar card. And hence this app reduces the time to type, validate and store. The same idea also applicable for almost all data storage and validation sectors. Other examples are Pan Card Fig 11, Ration card etc. There should be a strong patter matching in program to store the related information in database. Android application is more fluently developed using Java. This pattern matching technique divides the sentence based on space or any other specifiers and passes this information to Application database. Fig 3. Fig 4. Capture business card Canara Engineering College Mangalore NJCIET

4 Fig 5. Automatic storage of image information 3 ANALYSIS OCR in Android works well with text using DPI value of 300dpi. The following results are found when image was taken under different conditions. Showed in Fig 6, Fig 7, Fig 8, Fig 9, Table 1.When the image is blurred or dim light, taken under flash light, image containing noise and hand written images showed inappropriate results as shown in Fig 10. Fig 6. Noise in image Fig 7. Blurred image Canara Engineering College Mangalore NJCIET

5 Fig 8. Hand Written image By this we concluded that it works well with day light, noise free images, good quality camera (5MP onwards). While analyzing when we tried with colored image it showed good results. tess-two library works for 20+ fonts, It recognizes spaces between words, tess-two can support 10+ languages. The images with borders or anything other than text and images under dark or flash light, gave unknown results. This tess-two library does not work for handwritten texts. Operator mobile phone Total Number of Characters Recognized characters Accuracy Rate (%) Samsung Mobile Core dim Light *(100/49)=61 Samsung Mobile Galaxy Y dim Light *(100/49)=28 Sony Mobile dim Light *(100/49)=71.42 Accuracy Average 52.86% Asus Mobile dim light *(100/49)=51.02 Table 1. Values in dim light Fig 9. Values under different light conditions Canara Engineering College Mangalore NJCIET

6 Fig 10. Updated information Fig 11. Pan Card Example 4 RESULTS After the image capture, the extracted characters like Name, Number, and ID of user will be stored in Display contact Fig 4. Later user can update the other information like Address, FB ID, photo etc. user can even quickly call, message, to the respected person. This App provides facilities like group message, group . Person can even synch the system contacts with the stored contacts. Fig 5 Canara Engineering College Mangalore NJCIET

7 5 CONCLUSION AND FUTURE WORK This paper highlights on the OCR and the Database. From this Study, we can draw a conclusion that, Android is an Appropriate platform for image Processing research, because it has all the models for Image processing which makes it is easy to write applications. Image processing in Android for data storage is newly-risen concept. It is believed that the development of this project and related theory will benefit the research progress. The technology convergence of OCR with the database helps the developers. This is the basic idea for those developers who want to build a secure application on the basis of their area of interest as per the organization s specified format. REFERENCE 1. Wikipedia (operating system), last modified on 25 April 2011 at 02: Android Developers, 3. The Tesseract open source OCR engine, 4. Optical character recognition by Ravina Mithe, Supriya Indalkar, Nilam Divekar, International Journal of Recent Technology and Engineering (IJRTE) ISSN: , Volume-2, Issue-1, March 2013 Mr. Amareshwar Bhat received B.Sc in Computer Science from Dr.AV Baliga Kumta. Presently is pursuing MCA in Computer Application from NMAM Institute of Technology, Nitte. His Research area includes Android Application. Ms. Sahana S Patkar perusing B.E in Computer Science and Engineering from NMAM Institute of Technology, Nitte. Her Research area includes Android Application. Prof. Venugopala P. S. Obtained his BE degree from VTU, Belagavi and M.Tech from NITK Surathkal. He is currently working as Associate Professor in the department of Computer Science, NMAMIT, Nitte. His area of interest includes Image processing, Android Programming, Business Intelligence and Cloud Computing. Canara Engineering College Mangalore NJCIET

Comparing Tesseract results with and without Character localization for Smartphone application

Comparing Tesseract results with and without Character localization for Smartphone application Comparing Tesseract results with and without Character localization for Smartphone application Snehal Charjan 1, Prof. R. V. Mante 2, Dr. P. N. Chatur 3 M.Tech 2 nd year 1, Asst. Professor 2, Head of Department

More information

IMPLEMENTING ON OPTICAL CHARACTER RECOGNITION USING MEDICAL TABLET FOR BLIND PEOPLE

IMPLEMENTING ON OPTICAL CHARACTER RECOGNITION USING MEDICAL TABLET FOR BLIND PEOPLE Impact Factor (SJIF): 5.301 International Journal of Advance Research in Engineering, Science & Technology e-issn: 2393-9877, p-issn: 2394-2444 Volume 5, Issue 3, March-2018 IMPLEMENTING ON OPTICAL CHARACTER

More information

International Journal of Advance Research in Engineering, Science & Technology

International Journal of Advance Research in Engineering, Science & Technology Impact Factor (SJIF): 3.632 International Journal of Advance Research in Engineering, Science & Technology e-issn: 2393-9877, p-issn: 2394-2444 (Special Issue for ITECE 2016) Analysis and Implementation

More information

Abstract. Problem Statement. Objective. Benefits

Abstract. Problem Statement. Objective. Benefits Abstract The purpose of this final year project is to create an Android mobile application that can automatically extract relevant information from pictures of receipts. Users can also load their own images

More information

Cursive Handwriting Recognition System Using Feature Extraction and Artificial Neural Network

Cursive Handwriting Recognition System Using Feature Extraction and Artificial Neural Network Cursive Handwriting Recognition System Using Feature Extraction and Artificial Neural Network Utkarsh Dwivedi 1, Pranjal Rajput 2, Manish Kumar Sharma 3 1UG Scholar, Dept. of CSE, GCET, Greater Noida,

More information

Mobile Application with Optical Character Recognition Using Neural Network

Mobile Application with Optical Character Recognition Using Neural Network Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 1, January 2015,

More information

Building Construction Management System Using Android Application

Building Construction Management System Using Android Application Building Construction Management System Using Android Application 1 Mr. K.Aravindhan, 2 Iswarya P. 1 Assistant Professor, Department of CSE, SNS College of Engineering, Coimbatore, India e-mail: aravindhan02@gmail.com

More information

A Smart App for Mobile Phones to Top-Up User Accounts for Any Network Service Provider in SriLanka

A Smart App for Mobile Phones to Top-Up User Accounts for Any Network Service Provider in SriLanka A Smart App for Mobile Phones to Top-Up User Accounts for Any Network Service Provider in SriLanka C. L. Ishani S. Fonseka Assistant Lecturer, Department of Mathematics, Eastern University Sri Lanka, Abstract-

More information

Tamil Image Text to Speech Using Rasperry PI

Tamil Image Text to Speech Using Rasperry PI Tamil Image Text to Speech Using Rasperry PI V.Suresh Babu 1, D.Deviga 2, A.Gayathri 3, V.Kiruthika 4 and B.Gayathri 5 1 Associate Professor, 2,3,4,5 UG Scholar, Department of ECE, Hindusthan Institute

More information

SCIENCE & TECHNOLOGY

SCIENCE & TECHNOLOGY Pertanika J. Sci. & Technol. 25 (S): 173-180 (2017) SCIENCE & TECHNOLOGY Journal homepage: http://www.pertanika.upm.edu.my/ Identification of Vehicle Plate Number Using Optical Character Recognition: A

More information

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: 1.852

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: 1.852 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY INTELLEGENT APPROACH FOR OFFLINE SIGNATURE VERIFICATION USING CHAINCODE AND ENERGY FEATURE EXTRACTION ON MULTICORE PROCESSOR Raju

More information

ABSTRACT I. INTRODUCTION. Dr. J P Patra 1, Ajay Singh Thakur 2, Amit Jain 2. Professor, Department of CSE SSIPMT, CSVTU, Raipur, Chhattisgarh, India

ABSTRACT I. INTRODUCTION. Dr. J P Patra 1, Ajay Singh Thakur 2, Amit Jain 2. Professor, Department of CSE SSIPMT, CSVTU, Raipur, Chhattisgarh, India International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume 3 Issue 4 ISSN : 2456-3307 Image Recognition using Machine Learning Application

More information

Installation and user guide for C-Pen with Android

Installation and user guide for C-Pen with Android Installation and user guide for C-Pen with Android IMPORTANT NOTE: C-Pen 3.5 contains a Lithium-Ion battery. This battery type should NOT be uncharged for a longer period. If the C-Pen 3.5 is not used

More information

Handwritten Marathi Character Recognition on an Android Device

Handwritten Marathi Character Recognition on an Android Device Handwritten Marathi Character Recognition on an Android Device Tanvi Zunjarrao 1, Uday Joshi 2 1MTech Student, Computer Engineering, KJ Somaiya College of Engineering,Vidyavihar,India 2Associate Professor,

More information

Handwriting Recognition of Diverse Languages

Handwriting Recognition of Diverse Languages Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 6.017 IJCSMC,

More information

Optical Character Recognition (OCR) for Printed Devnagari Script Using Artificial Neural Network

Optical Character Recognition (OCR) for Printed Devnagari Script Using Artificial Neural Network International Journal of Computer Science & Communication Vol. 1, No. 1, January-June 2010, pp. 91-95 Optical Character Recognition (OCR) for Printed Devnagari Script Using Artificial Neural Network Raghuraj

More information

Mobile Camera Based Text Detection and Translation

Mobile Camera Based Text Detection and Translation Mobile Camera Based Text Detection and Translation Derek Ma Qiuhau Lin Tong Zhang Department of Electrical EngineeringDepartment of Electrical EngineeringDepartment of Mechanical Engineering Email: derekxm@stanford.edu

More information

CyberOffice: A Smart Mobile Application for Instant Meetings

CyberOffice: A Smart Mobile Application for Instant Meetings , pp.43-52 http://dx.doi.org/10.14257/ijseia.2014.8.1.04 CyberOffice: A Smart Mobile Application for Instant Meetings Dong Kwan Kim 1 and Jae Yoon Jung 2 1 Department of Computer Engineering, Mokpo National

More information

OCR and OCV. Tom Brennan Artemis Vision Artemis Vision 781 Vallejo St Denver, CO (303)

OCR and OCV. Tom Brennan Artemis Vision Artemis Vision 781 Vallejo St Denver, CO (303) OCR and OCV Tom Brennan Artemis Vision Artemis Vision 781 Vallejo St Denver, CO 80204 (303)832-1111 tbrennan@artemisvision.com www.artemisvision.com About Us Machine Vision Integrator Turnkey Systems OEM

More information

A Technique for Classification of Printed & Handwritten text

A Technique for Classification of Printed & Handwritten text 123 A Technique for Classification of Printed & Handwritten text M.Tech Research Scholar, Computer Engineering Department, Yadavindra College of Engineering, Punjabi University, Guru Kashi Campus, Talwandi

More information

Mobile Computing LECTURE # 2

Mobile Computing LECTURE # 2 Mobile Computing LECTURE # 2 The Course Course Code: IT-4545 Course Title: Mobile Computing Instructor: JAWAD AHMAD Email Address: jawadahmad@uoslahore.edu.pk Web Address: http://csandituoslahore.weebly.com/mc.html

More information

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK M.E III SEM CSE MOBILE APPLICATION DEVELOPMENT UNIT -I INTRODUCTION

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK M.E III SEM CSE MOBILE APPLICATION DEVELOPMENT UNIT -I INTRODUCTION DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK M.E III SEM CSE NE7011 MOBILE APPLICATION DEVELOPMENT UNIT -I INTRODUCTION Part A (2 marks) 1. Define Mobile Application? 2. List the uses of

More information

Anale. Seria Informatică. Vol. XVII fasc Annals. Computer Science Series. 17 th Tome 1 st Fasc. 2019

Anale. Seria Informatică. Vol. XVII fasc Annals. Computer Science Series. 17 th Tome 1 st Fasc. 2019 EVALUATION OF AN OPTICAL CHARACTER RECOGNITION MODEL FOR YORUBA TEXT 1 Abimbola Akintola, 2 Tunji Ibiyemi, 3 Amos Bajeh 1,3 Department of Computer Science, University of Ilorin, Nigeria 2 Department of

More information

N.Priya. Keywords Compass mask, Threshold, Morphological Operators, Statistical Measures, Text extraction

N.Priya. Keywords Compass mask, Threshold, Morphological Operators, Statistical Measures, Text extraction Volume, Issue 8, August ISSN: 77 8X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Combined Edge-Based Text

More information

WIRELESS E-NOTICE BOARD USING RASPBERRY PI 3

WIRELESS E-NOTICE BOARD USING RASPBERRY PI 3 WIRELESS E-NOTICE BOARD USING RASPBERRY PI 3 Dr.P.Gnana sundari 1,P.Sangeetha 2, M.Sowmiya 3, N.Soundarya 4 Head of the Department of Electronics and communication engineering 1, Department of Electronics

More information

Integrating Text Mining with Image Processing

Integrating Text Mining with Image Processing IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727 PP 01-05 www.iosrjournals.org Integrating Text Mining with Image Processing Anjali Sahu 1, Pradnya Chavan 2, Dr. Suhasini

More information

Distributing Apps Last updated: 29 August 2016

Distributing Apps Last updated: 29 August 2016 Distributing Apps Last updated: 29 August 2016 Contents 1. Introduction... 3 1.1. Transferring the APK file... 3 1.2. Advantages and disadvantages of each APK distribution method... 4 2. Publishing apps

More information

Online Signature Verification Technique

Online Signature Verification Technique Volume 3, Issue 1 ISSN: 2320-5288 International Journal of Engineering Technology & Management Research Journal homepage: www.ijetmr.org Online Signature Verification Technique Ankit Soni M Tech Student,

More information

AC Care Mobile Application

AC Care Mobile Application GRD Journals Global Research and Development Journal for Engineering National Conference on Computational Intelligence Systems (NCCIS 17) March 2017 e-issn: 2455-5703 1 Ms. Felicia Lilian.J AP 2 Ananthakrishnan.K

More information

OCR For Handwritten Marathi Script

OCR For Handwritten Marathi Script International Journal of Scientific & Engineering Research Volume 3, Issue 8, August-2012 1 OCR For Handwritten Marathi Script Mrs.Vinaya. S. Tapkir 1, Mrs.Sushma.D.Shelke 2 1 Maharashtra Academy Of Engineering,

More information

An Efficient Character Segmentation Based on VNP Algorithm

An Efficient Character Segmentation Based on VNP Algorithm Research Journal of Applied Sciences, Engineering and Technology 4(24): 5438-5442, 2012 ISSN: 2040-7467 Maxwell Scientific organization, 2012 Submitted: March 18, 2012 Accepted: April 14, 2012 Published:

More information

Refinement of Web Search using Word Sense Disambiguation and Intent Mining

Refinement of Web Search using Word Sense Disambiguation and Intent Mining International Journal of Information and Computation Technology. ISSN 974-2239 Volume 4, Number 3 (24), pp. 22-23 International Research Publications House http://www. irphouse.com /ijict.htm Refinement

More information

Isolated Curved Gurmukhi Character Recognition Using Projection of Gradient

Isolated Curved Gurmukhi Character Recognition Using Projection of Gradient International Journal of Computational Intelligence Research ISSN 0973-1873 Volume 13, Number 6 (2017), pp. 1387-1396 Research India Publications http://www.ripublication.com Isolated Curved Gurmukhi Character

More information

Character Recognition of High Security Number Plates Using Morphological Operator

Character Recognition of High Security Number Plates Using Morphological Operator Character Recognition of High Security Number Plates Using Morphological Operator Kamaljit Kaur * Department of Computer Engineering, Baba Banda Singh Bahadur Polytechnic College Fatehgarh Sahib,Punjab,India

More information

HCR Using K-Means Clustering Algorithm

HCR Using K-Means Clustering Algorithm HCR Using K-Means Clustering Algorithm Meha Mathur 1, Anil Saroliya 2 Amity School of Engineering & Technology Amity University Rajasthan, India Abstract: Hindi is a national language of India, there are

More information

Internet. Network Settings GPRS/3G Wi-Fi Connecting to a VPN

Internet. Network Settings GPRS/3G Wi-Fi Connecting to a VPN Internet 11 Network Settings...11-2 GPRS/3G... 11-2 Wi-Fi... 11-2 Connecting to a VPN... 11-3 Using Browser...11-4 Opening Browser... 11-4 View Webpages... 11-5 Setting Browser Options... 11-9 11-1 Network

More information

Hand Written Character Recognition using VNP based Segmentation and Artificial Neural Network

Hand Written Character Recognition using VNP based Segmentation and Artificial Neural Network International Journal of Emerging Engineering Research and Technology Volume 4, Issue 6, June 2016, PP 38-46 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) Hand Written Character Recognition using VNP

More information

A STUDY OF ANDROID OPERATING SYSTEM WITH RESPECT WITH USERS SATISFACTION

A STUDY OF ANDROID OPERATING SYSTEM WITH RESPECT WITH USERS SATISFACTION A STUDY OF ANDROID OPERATING SYSTEM WITH RESPECT WITH USERS SATISFACTION Ashish A Kulkarni 1, Pooja A Kulkarni 2 1 Assistant Professor, MIT School of Management Pune, (India) 2 Assistant Professor, NBN

More information

Tab P3100 Price In India

Tab P3100 Price In India Instructions How To Use Samsung Galaxy Tab 2 7.0 P3100 Price In India Samsung Galaxy Tab 2 7.0 P3110 Android tablet. Features 7.0 PLS LCD capacitive touchscreen, 3.15 MP camera, Wi-Fi, GPS, Bluetooth.

More information

Polytechnic University of Tirana

Polytechnic University of Tirana 1 Polytechnic University of Tirana Department of Computer Engineering SIBORA THEODHOR ELINDA KAJO M ECE 2 Computer Vision OCR AND BEYOND THE PRESENTATION IS ORGANISED IN 3 PARTS : 3 Introduction, previous

More information

A Fast Recognition System for Isolated Printed Characters Using Center of Gravity and Principal Axis

A Fast Recognition System for Isolated Printed Characters Using Center of Gravity and Principal Axis Applied Mathematics, 2013, 4, 1313-1319 http://dx.doi.org/10.4236/am.2013.49177 Published Online September 2013 (http://www.scirp.org/journal/am) A Fast Recognition System for Isolated Printed Characters

More information

A Survey of Problems of Overlapped Handwritten Characters in Recognition process for Gurmukhi Script

A Survey of Problems of Overlapped Handwritten Characters in Recognition process for Gurmukhi Script A Survey of Problems of Overlapped Handwritten Characters in Recognition process for Gurmukhi Script Arwinder Kaur 1, Ashok Kumar Bathla 2 1 M. Tech. Student, CE Dept., 2 Assistant Professor, CE Dept.,

More information

IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 04, 2015 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 04, 2015 ISSN (online): IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 04, 2015 ISSN (online): 2321-0613 UTS 2.0: Online/Offline, Authenticate, Paperless Local Railway Unreserved Ticket Booking

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK A REVIEW ON THE ARCHITECTURE OF ANDROID IN SMART PHONES RAVNEET KAUR T. BAGGA 1,

More information

For Android user: Android. How to establish the connection between Android phone and R6 / Q-77HR? Ans:

For Android user: Android. How to establish the connection between Android phone and R6 / Q-77HR? Ans: For Android user: How to establish the connection between Android phone and R6 / Q-77HR? Ans: 1. Please follow the procedures below. Check if the Android version of your phone is Android 4.3 above, and

More information

Multi-Featured Shopping Trolley with Billing System

Multi-Featured Shopping Trolley with Billing System IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 10 March 2016 ISSN (online): 2349-6010 Multi-Featured Shopping Trolley with Billing System Sneha S. Naik Pooja

More information

Measuring Height of an Object using Accelerometer and Camera in ios and Android Devices

Measuring Height of an Object using Accelerometer and Camera in ios and Android Devices Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 6, June 2014, pg.380

More information

A Study to Recognize Printed Gujarati Characters Using Tesseract OCR

A Study to Recognize Printed Gujarati Characters Using Tesseract OCR A Study to Recognize Printed Gujarati Characters Using Tesseract OCR Milind Kumar Audichya 1, Jatinderkumar R. Saini 2 1, 2 Computer Science, Gujarat Technological University Abstract: Optical Character

More information

OCR Interfaces for Visually Impaired

OCR Interfaces for Visually Impaired OCR Interfaces for Visually Impaired TOPIC ASSIGNMENT 2 Author: Sachin FERNANDES Graduate 8 Undergraduate Team 2 TOPIC PROPOSAL Instructor: Dr. Robert PASTEL March 4, 2016 LIST OF FIGURES LIST OF FIGURES

More information

International Journal of Scientific & Engineering Research, Volume 8, Issue 3, March ISSN

International Journal of Scientific & Engineering Research, Volume 8, Issue 3, March ISSN International Journal of Scientific & Engineering Research, Volume 8, Issue 3, March-2017 1850 Optical Character Recognition for Running C Code Upendra Mishra 1, Shiva Panwar 2, Deeksha Upadhyay 2, Kamal

More information

HANDWRITTEN GURMUKHI CHARACTER RECOGNITION USING WAVELET TRANSFORMS

HANDWRITTEN GURMUKHI CHARACTER RECOGNITION USING WAVELET TRANSFORMS International Journal of Electronics, Communication & Instrumentation Engineering Research and Development (IJECIERD) ISSN 2249-684X Vol.2, Issue 3 Sep 2012 27-37 TJPRC Pvt. Ltd., HANDWRITTEN GURMUKHI

More information

A Generalized Method to Solve Text-Based CAPTCHAs

A Generalized Method to Solve Text-Based CAPTCHAs A Generalized Method to Solve Text-Based CAPTCHAs Jason Ma, Bilal Badaoui, Emile Chamoun December 11, 2009 1 Abstract We present work in progress on the automated solving of text-based CAPTCHAs. Our method

More information

VueScan. The world's most popular 3 rd party scanning program - developed by Hamrick Software. Technical Overview

VueScan. The world's most popular 3 rd party scanning program - developed by Hamrick Software. Technical Overview VueScan The world's most popular 3 rd party scanning program - developed by Hamrick Software Technical Overview 24/02/2016 www.hamrick.com About VueScan Hamrick Software founded 1991 VueScan first released

More information

Signboard Text Translator: A Guide to Tourist

Signboard Text Translator: A Guide to Tourist Institute of Advanced Engineering and Science International Journal of Electrical and Computer Engineering (IJECE) Vol. 7, No. 5, October 2017, pp. 2496 2501 ISSN: 2088-8708 2496 Signboard Text Translator:

More information

Android Tablets and Smartphone

Android Tablets and Smartphone Android Tablets and Smartphone Gather needed equipment and info Android Device (ex. Samsung Galaxy, Barnes & Noble Nook Tablet, Amazon Kindle tablet, etc.) Wi-Fi Connection Google Play Store, Barnes &

More information

OFFLINE SIGNATURE VERIFICATION

OFFLINE SIGNATURE VERIFICATION International Journal of Electronics and Communication Engineering and Technology (IJECET) Volume 8, Issue 2, March - April 2017, pp. 120 128, Article ID: IJECET_08_02_016 Available online at http://www.iaeme.com/ijecet/issues.asp?jtype=ijecet&vtype=8&itype=2

More information

Secure Authentication for Internet environment using Biometric and One-Time Password

Secure Authentication for Internet environment using Biometric and One-Time Password UTM Computing Proceedings Innovations in Computing Technology and Applications Volume 2 Year: 2017 ISBN: 978-967-0194-95-0 1 Secure Authentication for Internet environment using Biometric and One-Time

More information

Tab Pdf Reading

Tab Pdf Reading Instructions How To Use Samsung Galaxy Tab 2 10.1 Pdf Reading Find out how to use and troubleshoot your Samsung Galaxy Tab 2 10.1 with interactive simulators, how-to guides and support videos. relating

More information

AN SEO GUIDE FOR SALONS

AN SEO GUIDE FOR SALONS AN SEO GUIDE FOR SALONS AN SEO GUIDE FOR SALONS Set Up Time 2/5 The basics of SEO are quick and easy to implement. Management Time 3/5 You ll need a continued commitment to make SEO work for you. WHAT

More information

International Journal of Advanced Computer Research (ISSN (print): ISSN (online): ) Volume-4 Number-2 Issue-15 June-2014

International Journal of Advanced Computer Research (ISSN (print): ISSN (online): ) Volume-4 Number-2 Issue-15 June-2014 Printed Text Character Analysis Version-II: Optimized optical character recognition for noisy images with the new user training and background detection mechanism Satyaki Roy 1, Ayan Chatterjee 2, Rituparna

More information

MivaTek IPC2202 WiFi Home Camera

MivaTek IPC2202 WiFi Home Camera MivaTek IPC2202 WiFi Home Camera User Manual Names of Parts LED Indicator Lens Mode Button microsd Card Slot Stand Speaker Reset Button Micro USB Port English 1 Getting Started Mobile device connects to

More information

Recognition of Gurmukhi Text from Sign Board Images Captured from Mobile Camera

Recognition of Gurmukhi Text from Sign Board Images Captured from Mobile Camera International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 17 (2014), pp. 1839-1845 International Research Publications House http://www. irphouse.com Recognition of

More information

METRO BUS TRACKING SYSTEM

METRO BUS TRACKING SYSTEM METRO BUS TRACKING SYSTEM Muthukumaravel M 1, Manoj Kumar M 2, Rohit Surya G R 3 1,2,3UG Scholar, Dept. Of CSE, Panimalar Engineering College, Tamil Nadu, India. 1muthukumaravel.muthuraman@gmail.com, 2

More information

Comparative Analysis of Smartphone Operating system Android Apple ios and Windows

Comparative Analysis of Smartphone Operating system Android Apple ios and Windows Comparative Analysis of Smartphone Operating system Android Apple ios and Windows Ankit Tiwari Computer Science, Sachdeva Institute of Technology Mathura (India) ABSTRACT A smart phone is a mobile phone

More information

Introduction. See page #6 for device requirements.

Introduction. See page #6 for device requirements. W-FI CAMERA USER MANUAL Contents Introduction 4 Camera LED Indicators 5 Wi-Fi Requirements 6 Mobile Device Requirements 6 Download the Momentum App 7 Create an Account 8 Setup 10 Pairing 10 Connecting

More information

Working with cloudlibrary and Downloadable Content

Working with cloudlibrary and Downloadable Content Grande Prairie, Alberta www.peacelibrarysystem.ab.ca Working with cloudlibrary and Downloadable Content Prepared by Samantha Mercer, Digital Trainer & IT Assistant August 2016 Table of Contents 1 Definitions...

More information

Cyber Eye: Cloud Based Reading Aid for Visually Impaired

Cyber Eye: Cloud Based Reading Aid for Visually Impaired : Cloud Based Reading Aid for Visually Impaired 1 Anjali Krishnan NP P, Lekshmi vijayanp P, Priyanka PP 2 3 4 5 P, Renya RejiP P, Minu Lalitha MadhavuP Abstract Visual impairment is a decreases ability

More information

Smart Vehicle with Theft Prevention using GSM and GPS

Smart Vehicle with Theft Prevention using GSM and GPS Smart Vehicle with Theft Prevention using GSM and GPS Sushanth K J 1, Aysha Farana 2, Sachin 2, Bushra Salina 2, Mahammad Isthikar 2 Assistant Professor, Electronics and Communication Engineering Department,

More information

Software for Digital Library

Software for Digital Library Software for Digital Library By Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore Email: bhu261@gmail.com Software for Digital Library If we want to create

More information

Copyright Samsung Electronics Co., Ltd. All rights reserved.

Copyright Samsung Electronics Co., Ltd. All rights reserved. CONTENTS Copyright 2014 Samsung Electronics Co., Ltd. All rights reserved. It is subject to Apache License, Version 2.0 (hereinafter referred to as the "License"). You may not use this file except in compliance

More information

MICROSOFT ONENOTE. Effectively Noting, Organizing, and Leveraging Information KNACK TRAINING

MICROSOFT ONENOTE. Effectively Noting, Organizing, and Leveraging Information KNACK TRAINING MICROSOFT ONENOTE Effectively Noting, Organizing, and Leveraging Information KNACK TRAINING CONTENTS ORGANIZING CONTENT NOTEBOOKS 3 SECTIONS 5 PAGES 7 NOTE-TAKING TEXT NOTES 9 IMAGE NOTES 10 AUDIO NOTES

More information

System Based on Voice and Biometric Authentication

System Based on Voice and Biometric Authentication Email System Based on Voice and Biometric Authentication Nikhil V. Jagmalani Mayur V. Tayde Dinesh D. Jumnani Harshwardhan Y. Meshram Priyadarshan L. Joshi K. B. Bijwe Prof. CSE, PRPCEM, Amravati Abstract:

More information

Mi Home Security Camera Connection Guide. (ios)

Mi Home Security Camera Connection Guide. (ios) Mi Home Security Camera Connection Guide (ios) 1. Navigate to the APP Store with your iphone and search for Mi Home, or scan the QR code below to download and install Mi Home APP. 2. Plug in the Mi Home

More information

Text Extraction from Natural Scene Images and Conversion to Audio in Smart Phone Applications

Text Extraction from Natural Scene Images and Conversion to Audio in Smart Phone Applications Text Extraction from Natural Scene Images and Conversion to Audio in Smart Phone Applications M. Prabaharan 1, K. Radha 2 M.E Student, Department of Computer Science and Engineering, Muthayammal Engineering

More information

A New Algorithm for Shape Detection

A New Algorithm for Shape Detection IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 3, Ver. I (May.-June. 2017), PP 71-76 www.iosrjournals.org A New Algorithm for Shape Detection Hewa

More information

Automatic License Plate Recognition

Automatic License Plate Recognition Nijad Ashraf, Sajjad KM, Shehzad Abdulla, Saalim Jabir Dept. of CSE, MESCE Guide: Sajith N July 13, 2010 Outline 1 2 3 4 Design Licensing 5 Standardization Image Quality 6 Language Libraries Others 7 Otsu

More information

Segmentation of Characters of Devanagari Script Documents

Segmentation of Characters of Devanagari Script Documents WWJMRD 2017; 3(11): 253-257 www.wwjmrd.com International Journal Peer Reviewed Journal Refereed Journal Indexed Journal UGC Approved Journal Impact Factor MJIF: 4.25 e-issn: 2454-6615 Manpreet Kaur Research

More information

Alexa, what did I do last summer?

Alexa, what did I do last summer? , what did I do last summer? Vladimir Katalov, ElcomSoft SecTor 2018 ElcomSoft Ltd. www.elcomsoft.com 1 Who s Alexa? Amazon Alexa is a virtual assistant developed by Amazon She s 4 years young First appeared

More information

CS378 -Mobile Computing. What's Next?

CS378 -Mobile Computing. What's Next? CS378 -Mobile Computing What's Next? Fragments Added in Android 3.0, a release aimed at tablets A fragment is a portion of the UI in an Activity multiple fragments can be combined into multi-paned UI fragments

More information

A Development Of A Web-Based Application System Of QR Code Location Generator and Scanner named QR- Location

A Development Of A Web-Based Application System Of QR Code Location Generator and Scanner named QR- Location UTM Computing Proceedings Innovations in Computing Technology and Applications Volume 2 Year: 2017 ISBN: 978-967-0194-95-0 1 A Development Of A Web-Based Application System Of QR Code Location Generator

More information

WELCOME : OVERVIEW Mobile Applications Testing. Copyright

WELCOME : OVERVIEW Mobile Applications Testing. Copyright WELCOME : OVERVIEW Mobile Applications Testing Copyright NataliaS@portnov.com 1 INTRODUCTION: Mobile APP vs Desktop and WEB Ever since the first cell phone hit the commercial market in 1983, the mobile

More information

Does Kindle Fire Hd Automatically Updating App

Does Kindle Fire Hd Automatically Updating App Does Kindle Fire Hd Automatically Updating App Note Taking You can sync your book between devices or Kindle reading apps, add If enabled, Whispersync will automatically update and sync your book across

More information

International Journal of Advance Research in Engineering, Science & Technology

International Journal of Advance Research in Engineering, Science & Technology Impact Factor (SJIF): 4.542 International Journal of Advance Research in Engineering, Science & Technology e-issn: 2393-9877, p-issn: 2394-2444 Volume 4, Issue 4, April-2017 A Simple Effective Algorithm

More information

CONTENTS I. DEVICE SETUP II. INSTALLATION III. UNINSTALL RETAIL MODE

CONTENTS I. DEVICE SETUP II. INSTALLATION III. UNINSTALL RETAIL MODE CONTENTS I. DEVICE SETUP SCENARIO A: New Device Setup SCENARIO B: Device Has Previous Retail Mode Installed 3 II. INSTALLATION 6 SCENARIO A: Download Installation (Device has access to Wi- Fi/4G Network)

More information

Text Classification Using Mahout

Text Classification Using Mahout International Journal of Research Studies in Computer Science and Engineering (IJRSCSE) Volume. 1, Issue 5, September 2014, PP 1-5 ISSN 2349-4840 (Print) & ISSN 2349-4859 (Online) www.arcjournals.org Text

More information

Mobile Phone Monitoring System For Android Operating System

Mobile Phone Monitoring System For Android Operating System Mobile Phone Monitoring System For Android Operating System Ms.M.Kalpana Devi Asst.Professor,SRIT,CBE Ms.D.Vasuki Final Year M.C.A.,Student Abstract The Purpose of the project is to trace out the status

More information

Journal of Applied Research and Technology ISSN: Centro de Ciencias Aplicadas y Desarrollo Tecnológico.

Journal of Applied Research and Technology ISSN: Centro de Ciencias Aplicadas y Desarrollo Tecnológico. Journal of Applied Research and Technology ISSN: 1665-6423 jart@aleph.cinstrum.unam.mx Centro de Ciencias Aplicadas y Desarrollo Tecnológico México Singla, S. K.; Yadav, R. K. Optical Character Recognition

More information

AUDIENCE PARTICIPATION PORTION OF PROGRAM

AUDIENCE PARTICIPATION PORTION OF PROGRAM AUDIENCE PARTICIPATION PORTION OF PROGRAM PLEASE SET YOUR PHONES TO AIRPLANE MODE NOW OR TURN OFF PHONE S WI-FI HANDS-ON DEMO WON T BE POSSIBLE WITHOUT SUFFICIENT BANDWIDTH, WHICH IS VERY LIMITED IN THE

More information

Curriculum Vitae. Android Developer EDUCATION EDUCATION. Radioelectronics Electronic-optical machine building

Curriculum Vitae. Android Developer EDUCATION EDUCATION. Radioelectronics Electronic-optical machine building InToSoft BV The Netherlands, Modelleur 11 5171 SL Kaatsheuvel, TEL: +31 416 67 39 55 Curriculum Vitae EDUCATION Educational institution Specialty EDUCATION Belarussian State University of Informatics and

More information

Android App Development. Ahmad Tayeb

Android App Development. Ahmad Tayeb Android App Development Ahmad Tayeb Ahmad Tayeb Lecturer @ Department of Information Technology, Faculty of Computing and Information Technology, KAU Master degree from Information Sciences and Technologies,

More information

If you do not meet any of the above criteria, you can purchase the voice from https://www.cereproc.com/en/storesapi?page=1 for

If you do not meet any of the above criteria, you can purchase the voice from https://www.cereproc.com/en/storesapi?page=1 for Using Ceitidh What is Ceitidh and who can use it? Ceitidh is a Scottish Gaelic computer voice for PC, Mac and Android devices, available from CALL Scotland's Scottish Voice web site, http://www.thescottishvoice.org.uk.

More information

Instructions Use Kindle Fire Hd 7 Camera Spec

Instructions Use Kindle Fire Hd 7 Camera Spec Instructions Use Kindle Fire Hd 7 Camera Spec Amazon Fire HD 7 offers a 7-inch display with 800 x 1280 pixels, maker), 2 MP rear camera, VGA front-facing camera, and 8 GB / 16 GB of internal memory. If

More information

I. INTRODUCTION. Figure-1 Basic block of text analysis

I. INTRODUCTION. Figure-1 Basic block of text analysis ISSN: 2349-7637 (Online) (RHIMRJ) Research Paper Available online at: www.rhimrj.com Detection and Localization of Texts from Natural Scene Images: A Hybrid Approach Priyanka Muchhadiya Post Graduate Fellow,

More information

Fabric Defect Detection Based on Computer Vision

Fabric Defect Detection Based on Computer Vision Fabric Defect Detection Based on Computer Vision Jing Sun and Zhiyu Zhou College of Information and Electronics, Zhejiang Sci-Tech University, Hangzhou, China {jings531,zhouzhiyu1993}@163.com Abstract.

More information

Extraction and Recognition of Alphanumeric Characters from Vehicle Number Plate

Extraction and Recognition of Alphanumeric Characters from Vehicle Number Plate Extraction and Recognition of Alphanumeric Characters from Vehicle Number Plate Surekha.R.Gondkar 1, C.S Mala 2, Alina Susan George 3, Beauty Pandey 4, Megha H.V 5 Associate Professor, Department of Telecommunication

More information

Camera TEIA USER GUIDE

Camera TEIA USER GUIDE Camera TEIA USER GUIDE 2 WELCOME! This guide includes all the information to make the most out of your Smart SPC Teia camera. EN GET AN SPC ACCOUNT Free advantages just one click away. Before going on

More information

VOICE CONTROLLED WIRELESS HOME AUTOMATION SYSTEM

VOICE CONTROLLED WIRELESS HOME AUTOMATION SYSTEM VOICE CONTROLLED WIRELESS HOME AUTOMATION SYSTEM Authors: Ezhil Venthan S & Gokulapriyan A, Computer Science and Engineering, Kingston Engineering College, Vellore. Guide: Dr.U.V.Arivazhagu M.E.,M.B.A.,Ph.d.,

More information

Interstate Capital App User Guide. Version 1.1

Interstate Capital App User Guide. Version 1.1 Interstate Capital App User Guide Version 1.1 User Guide Version 1.1 Interstate Capital App INTRODUCTION With the Interstate Capital App for smart phones, you can easily upload the documents you need to

More information

Tourism Guide for Tamilnadu (Android Application)

Tourism Guide for Tamilnadu (Android Application) IJIRST International Journal for Innovative Research in Science & Technology Volume 4 Issue 11 April 2018 ISSN (online): 2349-6010 Tourism Guide for Tamilnadu (Android Application) P. K. Jithin P. Prasath

More information

Evernote for Beginners Level 1, Week 3

Evernote for Beginners Level 1, Week 3 Evernote for Beginners Level 1, Week 3 How to Master Evernote Note-taking Find us at:- http://www.twitter.com/megsamanda http://www.facebook.com/techcoachhq http://www.pinterest.com/meganaiemma/ Disclaimer

More information