Framework based on Mobile Augmented Reality for Translating Food Menu in Thai Language to Malay Language

Size: px
Start display at page:

Download "Framework based on Mobile Augmented Reality for Translating Food Menu in Thai Language to Malay Language"

Transcription

1 Vol.7 (2017) No. 1 ISSN: Framework based on Mobile Augmented Reality for Translating Food Menu in Thai Language to Malay Language Muhammad Pu, Nazatul Aini Abd Majid, Bahari Idrus * # Center for Artificial Intelligence Technology (CAIT), Faculty of Information Science and Technology, Universiti Kebangsaan Malaysia (UKM), Bangi, Selangor, Malaysia * bahari@ukm.edu.my Abstract Augmented reality (AR) technology is a technique that combines the real world and the virtual world digitally using mobile devices. Mobile AR technology is expected to help Malaysian tourists who have difficulties to understand the Thai language when visiting the country. Hence, a prototype called ARThaiMalay translator was developed to printed Thai food menu to Malay language. The objective of this study is to design a food menu translation framework from Thai to Malay language based on mobile AR, develop a translator application and to test the effectiveness of the translator application. The prototype consists of three main components which are translation based on optical character recognition (OCR) technology, dictionary development using SQLite database and display data from the local database. Evaluation of the developed application shows its effectiveness to perform translation of Thai text with certain features to Malay language. Keywords malay language; mobile augmented reality; optical character recognition; thai language; translation. I. INTRODUCTION Translating foreign language for a tourist using a mobile phone can prevent undesirable difficulties and allow the tourist to explore the visited country with ease. In visiting Thailand, for example, the use of mobile phone for translating the Thai language to Malay language can help Malaysian tourists to experience the Thai culture effectively. However, developing a real-time translator for Thai language is difficult since the language is complex with 44 voiced consonants, 32 vocals, four stage tones in one paragraph, 10 numbers and five special symbols. The problems in translating Thai language have motivated this research to use mobile AR and OCR to develop a new Thai- Malay translator. AR technology is a technology that allows a virtual image to combine with physical objects on a computer screen or a smartphone in real time [1]. Wagner et al [2] reported the camera phone allows the use of magic lens in carrying out technology-based AR application. For example, margraphy application that uses a mobile phone camera to detect a traditional map marker in identifying and displaying objects in 3D so that the user can clearly understand the information on the map [3]. In addition, OCR technology is a powerful tool to bring information from analog to digital [4]. OCR technology is capable to detect, recognize and extract either printed or written text to understand the writing so that it will help users to scan documents that need further analysis.both technology, AR and OCR has been used for a number of proposed translators including TranslatAR: a mobile augmented reality translator on the Nokia N900 [5], android real time translation for translating Japan language to Indonesia language [6], and application of augmented reality: mobile camera based Bangla text detection and translation [7]. These works have shown the potential of a mobile AR and OCR based apps to complex languages such as non-roman languages. Therefore, this paper presents a model to develop a mobile AR and OCR based app that can be used to complex Thai language to Malay language. This paper is organized as follows: Section 2 presents related work about Thai language and translation and also described about AR for translation. Section 3 discussed the model of ARThai Malay translator. Finally, section 4 presents the conclusion. A. Thai Language and Translation Thai text detection is important for the procedures to be used as language translation application using mobile smartphones in assisting foreign tourists [8]. Research of Tanprasert and Sae-Tang [9], type-written character recognition Thai language is complex and difficult. The letters in the Thai language has arches, zigzag, notched and some head and circle. There are also some letters written Thai is almost similar to each other as shown in Fig

2 Fig. 1. Examples of some Thai characters that are almost the same According Tanprasert and Koanantakool [10], writing Thai language is starting from left to right with the line of the page from top to bottom. Every word in Thai language has a four-level tones of voice. The meaning of the word depends on the tone of those words. Fig. 2 shows that there are four stages in the writing of Thai language. This stages cause Thai letter recognition process difficult. Although there are online dictionary for translating Thai Language to Malay language such as Bing and Google Translate, it is difficult for tourists to type in the words in Thai Language. Furthermore, some words were not accurately d by Bing and Google. Therefore, there is a need to develop a new translator that can directly capture Thai printed texts without typing and it into Malay language. Mobile AR with OCR technology is the viable option to develop the translator. C. Automatic text detection for mobile augmented reality translation Fragoso et al. [5] developed a mobile AR translation system, using a smartphone's camera and touchscreen that can automatically detect, extract, track and a text that has been tapped earlier, and finally present the translation as a live AR overlay. The application starts by scanning a marker text and the translation results will be displayed in the form of AR display. An algorithm was developed to locate and orient the text precisely on streaming directly. The ICDAR 2003 detection dataset was used to evaluate the system. In the system, OCR technique was used to recognize the patterns of the text. Tesseract OCR is easy to use because it can be compiled on any target platform. The input language was detected automatically by Google Translate, and the desired output language can be selected by the user in the GUI of the system. Fig. 3 shows the main steps in the system. Petter et al. [14] developed a detection algorithm for text translation system that was designed for AR based application. The aim of their study was to improve the capabilities of translation application that was built by Fragoso et al. [5] where the proposed application can automatically find the text for translation without tapping on the mobile phone screen. The algorithm consists of three main steps as shown in Fig. 4. Fig. 2. Four stages in the writing of Thai words B. Models of Translation Application Du et al. [11] explained that the two examples of very famous translation app is Pleco and Word Lens. Pleco application [12], is the Chinese dictionary application that designed to Chinese into English without requiring an connection. Pleco application can be used on ios and Android platforms. While Word Lens [13] is a smartphone app that can signboards in English to Spanish using camera phone with the results of translations will be directly displayed on the phone screen. However, both of these applications work properly if the translation involve the words one by one. Word Lens uses the camera of a smartphone to scan the text and identify the text. The text will be d and displayed on mobile devices according to the selected language. The original text is displayed and the translation is done in real time without an connection. After the text translation, the d word is displayed as the original image was captured. Word Lens is an AR application that can read printed text using OCR technology. Translation applications based mobile AR technology have also been studied by several researchers, including [5], [7], [6] and [14]. Fig. 3. Main steps in TranslatAR [5] 154

3 TABLE I RESEARCH ON USING AR WITH OCR FOR TRANSLATION Fig. 4. Three steps in text detection algorithm [14] D. Mobile augmented reality translation for Japan- Indonesia and Bangla-English Application of mobile augmented reality for Japan to English was developed by Nugroho et al. [6] by using engine (Tesseract) and Google API for Android operating system. Meanwhile, an application for translating Bangla to English was developed by Mahbub-Uz-Zaman & Islam [7] that also used similar techniques which are engine (Tesseract) and Google API for Android operating system. The framework for both applications can be visualized in several steps as shown Fig. 5. This framework put less focus in text detection technique as compared to the framework in Fig. text detection technique as compared to the framework in Fig. 3 by Fragoso et al. [5]. As shown in Table I, mobile AR has been used to languages using OCR but none of the apps focus on translating Thai language to Malay language. Most of the apps in Table 1 must use connection and Google API for translation. Since some texts cannot be accurately d using Google translation, especially three words, this research proposed a translator based on mobile AR with OCR, and used a local database, SQLite, as part of the translation. Research Implementation Technique TranslatAR: A Mobile AR Translator on the Nokia N900 [5] Automatic text detection for mobile AR translation [14] Realtime Android applications Translation to Japanese to Indonesian [6] Application of AR Mobile camera based Bangla text detection and translation [7] The text area detection, video frames orientation and works with the press of a button. Displays results directly on phone screen. Using a mobile phone camera and the touch screen. User simply tap on the words that need to be d, and the results appear in the form of AR Design applications for translation using a pre-identified programming language. The results appear in the form of AR Users do not need to type a word to. The text is captured by a mobile phone camera. The test is d and displayed on the mobile phone screen. - Using standard off the shelf as a library to support multiple language - OCR and AR - Use ICDAR 2003 dataset - Using a mobile phone camera and touchscreen - OCR - OCR - Google API - Mobile phone camera and touchscreen - Tesseract OCR - Google API - Open source application based on Android and OCR Advantages / disadvantages Using the words - Cannot Thai - Using the words - Translate Japanese to Indonesia only - Using the words - Translating from English to Bangla language only. - Using the words Fig. 5. Main steps for mobile augmented reality translation for Japan- Indonesia and Bangla-English [6] II. MATERIAL AND METHOD Development architecture for ARThaiMalay translator involves four main components, which are users, mobile phone, markers and displays. Fig. 6 shows an overview of the system architecture in application development Translator ARThaiMalay. Users have two important roles, which are scan and verify the results of the scan. The use of Android's camera is to scan and recognize text contained in the marker. Identification of the text is done by scanning the markers used mobile phone camera. The marker used is the text of Thai with font size 16 Times New Roman and the contrast or brightness of the image is good. The results of Malay translation will be displayed on the mobile phone screen. The ARThaiMalay Translator Application Framework consists of three main modules: 1) translation, 2) dictionary development and 3) display. An overview of the framework shown in Fig. 7. Framework for translation is divided into three components, namely capturing, tracking and rendering. The capturing component captures markers which are printed food menu in Thai language using mobile phone camera. The results of the scanning can be seen in Fig

4 Fig. 6. Development architecture for ARThaiMalay translator The tracking component processes the captured images with two main steps. Firstly, the captured image is decoded using an OCR engine which is tesseract. The result of the recognition of the Thai language using the OCR technique is passed to the translation module. Secondly, the result which is the Thai text is d to Malay words by using local database, SQLite. The identified Thai texts are matched with Thai word contained in the database and d into Malay words. This study only uses a tracking technique that is based on the vision camera. If the translation for the Thai word has been found, the result will be sent to the rendering component. The rendering component will overlay the AR output which is the translation of the Thai words in Malay language. Framework for dictionary development provides functions to add menu in Thai language and their translation in Malay Language and save them into the database of the application (Fig. 9). All the menu lists are stored in a SQLite database. An example of data for the database listed in Table II. Framework for display provides function to display all the lists of Thai and Malay language menu on the screen of the mobile phone. Users will be able to view the food menu in Thai and the meanings in Malay on the mobile screen (Fig. 10). Fig. 7. Framework for ARThaiMalay Translator Fig. 9. Interface for developing a dictionary TABLE II EXAMPLE OF INPUT FOR DICTIONARY DEVELOPMENT No Menu in Thai Menu in Malay 1 ปลาทอด Ikan Goreng 2 ข าวเปล า Nasi Putih 3 ต มย า Tom yam Fig. 8. Results of the scanning 156

5 Fig. 12. Translation for three words of Thai Language TABLE III LIST OF MENU THAT CAN BE ACCURATELY TRANSLATED USING ARTHAIMALAY TRANSLATOR Fig. 10. Interface for displaying information III. RESULTS AND DISCUSSION One of a popular Thai menu is fried sea bass or in Thai is ปลา กระพง ทอด. This menu is not accurately d by Google or Bing (Fig. 11) because the correct translation is ikan siakap goreng. Furthermore, the tourists need to type in the words in Thai Language by using this online dictionary. A prototype of ARThaiMalay translator developed for android phone can directly capture printed Thai words and it to Malay language without typing the Thai words. The result is shown in Fig. 12. This shows the use of the prototype based on the framework in Fig. 7 is a viable option to develop an effective translator for Thai to Malay language. As shown in Table III, the ARThaiMalay translator can Thai food menu to Malay language effectively although with different light setting (e.g. Fig. 12, 13 and 14). The translation accuracy for the listed words in Table 3 is 100%. One word ปลา Ikan Two words ปลา ทอด Ikan Goreng Three words ปลา ทอด กรอบ Ikan Goreng Cryspy ปลา Ikan ปลา เผา Ikan Bakar ปลา เผา แซบ Ikan Bakar Pedas หอย Kerang หอย ทอด Kerang Goreng หอย ทอด กระเท ยม Kerang Goreng Bawang สต ม Stim สาม รส Tiga Rasa สต ม สาม รส Stim Tiga Rasa กระพง Siakap กระพง ทอด Siakap Goreng ปลา กระพง ทอด Ikan Siakap Goreng สาม Tiga สาม รส Tiga Rasa ปลา สาม รส Ikan Tiga Rasa ป ก Sayap ป ก ไก Sayap Ayam ป ก ไก ทอด Sayap Ayam Goreng Fig. 11. Translation from Bing translator Fig. 13. Translation for one word of Thai Language 157

6 Fig. 14. Translation for two words of Thai Language Fig. 17. Unsuccessful translation for three words of Thai Language However, there is also a list of food menu that cannot be d accurately using ARThaiMalay translator (e.g Fig 15, 16 and 17) as listed in Table IV. This might be related to the words that involve the fourth stage in Thai language (Fig. 2). Future work should focus on text detection so the every stage in Thai language can be detected. TABLE III LIST OF MENU THAT CANNOT BE TRANSLATED ACCURATELY USING ARTHAIMALAY TRANSLATOR One word Two words Three words ผ ด goreng ข าว ผ ด Nasi goreng ข าว ผ ด ป Nasi goring ketam ข าว nasi ไข เจ ยว Telur dada ข าว ไข เจ ยว Nasi telur dada ย า kerabu ย า ปลา Kerabu ikan ย า ปลา ด ก Kerabu ikan keli สล ด salad ท น า tuna สล ด ท น า Salad ikan tuna เน อ daging เน อ แดด Daging kering เน อ แดด เด ยว Daging kering lada hitam ต ม rebus ต ม ย า tomyam ต ม ย า ปลา Tomyam ikan ลาป Kerabu daging ลาป เน อ Kerabu daging ลาป เน อ เผา Kerabu daging bakar Fig. 15. Unsuccessful translation for one word of Thai Language IV. CONCLUSIONS A framework based on mobile AR and OCR was developed for translating Thai language to Malay language. This translation could play important role in assisting Malaysian tourists to explore Thailand with ease. The difficulties in typing a complex non-roman language like Thai could be solved by using AR so that the input for the translation process can be captured using camera. The important elements in this ARThaiMalay translator are as follows: Building local dictionary in the phone for food menu so that it can be extended to cover various type of food menu; Translating the Thai words without the needs of connection because the application using local dictionary via SQLite. This porotype of ARThaiMalay translator has shown promising results using a combination Fig. 16. Unsuccessful translation for two words of Thai Language 158

7 of mobile AR, OCR and local database. It is expected to improve the process of translation of non-roman language using mobile phone without connection. ACKNOWLEDGMENT We acknowledge our AP grants for funding this research. REFERENCES [1] Z. Feng, et al., "Trends in augmented reality tracking, interaction and display: A review of ten years of ISMAR," in Mixed and Augmented Reality, ISMAR th IEEE/ACM International Symposium on, 2008, pp [2] D. Wagner, et al., "Multiple target detection and tracking with guaranteed framerates on mobile phones," in Mixed and Augmented Reality, ISMAR th IEEE International Symposium on, 2009, pp [3] A. Choi, et al., "margraphy: Mobile AR-based Dynamic Information Visualization," in Ubiquitous Virtual Reality (ISUVR), 2011 International Symposium on, 2011, pp [4] M. Elmore and M. Martonosi. (2008, A Morphological Image Preprocessing Suite for Ocr on Natural Scene Images. Available: more/melmore_dmp.pdf [5] V. Fragoso, et al., "TranslatAR: A mobile augmented reality translator," in Applications of Computer Vision (WACV), 2011 IEEE Workshop on, 2011, pp [6] O. Nugroho Kusumo, et al., "Pengembangan Aplikasi Android Realtime Translation Untuk Menerjemahkan Bahasa Jepang Ke Bahasa Indonesia," BINUS., [7] S. Mahbub-Uz-Zaman and T. Islam, "Application of Augmented Reality: Mobile Camera Based Bangla Text Detection and Translation.," BRAC University., [8] K. Woraratpanya, et al., "Improved Thai text detection from natural scenes," in Information Technology and Electrical Engineering (ICITEE), 2013 International Conference on, 2013, pp [9] C. Tanprasert and S. Sae-Tang, "Thai type style recognition," in Circuits and Systems, ISCAS '99. Proceedings of the 1999 IEEE International Symposium on, 1999, pp vol.4. [10] C. Tanprasert and T. Koanantakool, "Thai OCR: a neural network application," in TENCON '96. Proceedings., 1996 IEEE TENCON. Digital Signal Processing Applications, 1996, pp vol.1. [11] J. Du, et al., "Snap and Translate Using Windows Phone," in 2011 International Conference on Document Analysis and Recognition, 2011, pp [12] Pleco. (2015). Available: [13] Word Lens. (2016). Available: [14] M. Petter, et al., "Automatic text detection for mobile augmented reality translation," in Computer Vision Workshops (ICCV Workshops), 2011 IEEE International Conference on, 2011, pp

Broken Characters Identification for Thai Character Recognition Systems

Broken Characters Identification for Thai Character Recognition Systems Broken Characters Identification for Thai Character Recognition Systems NUCHAREE PREMCHAISWADI*, WICHIAN PREMCHAISWADI* UBOLRAT PACHIYANUKUL**, SEINOSUKE NARITA*** *Faculty of Information Technology, Dhurakijpundit

More information

The Clustering Technique for Thai Handwritten Recognition

The Clustering Technique for Thai Handwritten Recognition The Clustering Technique for Thai Handwritten Recognition Ithipan Methasate, Sutat Sae-tang Information Research and Development Division National Electronics and Computer Technology Center National Science

More information

Thai Text Localization in Natural Scene Images using Convolutional Neural Network

Thai Text Localization in Natural Scene Images using Convolutional Neural Network Thai Text Localization in Natural Scene Images using Convolutional Neural Network Thananop Kobchaisawat * and Thanarat H. Chalidabhongse * Department of Computer Engineering, Chulalongkorn University,

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

MULTI-FEATURE EXTRACTION FOR PRINTED THAI CHARACTER RECOGNITION

MULTI-FEATURE EXTRACTION FOR PRINTED THAI CHARACTER RECOGNITION The Fourth Symposium on Natural Language Processing 2000 MULTI-FEATURE EXTRACTION FOR PRINTED THAI CHARACTER RECOGNITION A. KAWTRAKUL and P. WAEWSAWANGWONG Natural Language Processing and Intelligent Information

More information

Evaluation of Web Search Engines with Thai Queries

Evaluation of Web Search Engines with Thai Queries Evaluation of Web Search Engines with Thai Queries Virach Sornlertlamvanich, Shisanu Tongchim and Hitoshi Isahara Thai Computational Linguistics Laboratory 112 Paholyothin Road, Klong Luang, Pathumthani,

More information

Augmented Reality Logo Analyzer (AReLA)

Augmented Reality Logo Analyzer (AReLA) 2011 International Conference on Future Information Technology IPCSIT vol.13 (2011) (2011) IACSIT Press, Singapore Augmented Reality Logo Analyzer (AReLA) BEHRANG PARHIZKAR, CHICCO MOKHE, ARASH HABIBI

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

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

I-Pats: An Intelligent Search System for Thai Patents

I-Pats: An Intelligent Search System for Thai Patents I-Pats: An Intelligent Search System for Thai Patents Marut Buranarach 1 Choochart Haruechaiyasak 2 Alisa Kongthon 3 1,2,3 Human Language Technology Laboratory, National Electronics and Computer Technology

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

The Design of Model for Tibetan Language Search System

The Design of Model for Tibetan Language Search System International Conference on Chemical, Material and Food Engineering (CMFE-2015) The Design of Model for Tibetan Language Search System Wang Zhong School of Information Science and Engineering Lanzhou University

More information

Mobile based Text Image Translation System for Smart Tourism. Saw Zay Maung Maung UCSY, Myanmar. 23 November 2017, Brunei

Mobile based Text Image Translation System for Smart Tourism. Saw Zay Maung Maung UCSY, Myanmar. 23 November 2017, Brunei Mobile based Text Image Translation System for Smart Tourism Saw Zay Maung Maung UCSY, Myanmar. 23 November 2017, Brunei 1 Smart Tourism Tourism is cultural and economic phenomenon which entails the movement

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

Fingertips Tracking based on Gradient Vector

Fingertips Tracking based on Gradient Vector Int. J. Advance Soft Compu. Appl, Vol. 7, No. 3, November 2015 ISSN 2074-8523 Fingertips Tracking based on Gradient Vector Ahmad Yahya Dawod 1, Md Jan Nordin 1, and Junaidi Abdullah 2 1 Pattern Recognition

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

A NEW ILLUMINATION INVARIANT FEATURE BASED ON FREAK DESCRIPTOR IN RGB COLOR SPACE

A NEW ILLUMINATION INVARIANT FEATURE BASED ON FREAK DESCRIPTOR IN RGB COLOR SPACE A NEW ILLUMINATION INVARIANT FEATURE BASED ON FREAK DESCRIPTOR IN RGB COLOR SPACE 1 SIOK YEE TAN, 2 HASLINA ARSHAD, 3 AZIZI ABDULLAH 1 Research Scholar, Faculty of Information Science and Technology, Universiti

More information

Instant Camera Translation and Voicing for Signs

Instant Camera Translation and Voicing for Signs Instant Camera Translation and Voicing for Signs Kaifeng Chen Department of Applied Physics Stanford University Stanford, California 94305 Email:kfchen@stanford.edu Yao Zhou Department of Material Science

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

Note: TAO OCR is a derivitive of the same OCR engine used in Microsoft's "Seeing AI" application!

Note: TAO OCR is a derivitive of the same OCR engine used in Microsoft's Seeing AI application! TopOCR's Accessible User Interface By simply typing Control-Q, TopOCR can be transformed into a PC-based Reading Machine application for use with document cameras. It has a very easy to learn Visually

More information

TEXT DETECTION AND MARKER BASED FINGER TRACKING IN BUILDING A LANGUAGE ASSISTANT FOR WEARABLE GLASSES

TEXT DETECTION AND MARKER BASED FINGER TRACKING IN BUILDING A LANGUAGE ASSISTANT FOR WEARABLE GLASSES International Conference on Internet Studies, April2-4, 2018, Katamatsu, Japan TEXT DETECTION AND MARKER BASED FINGER TRACKING IN BUILDING A LANGUAGE ASSISTANT FOR WEARABLE GLASSES Ting Kwok Chan, Ying

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

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

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

Optical Character Recognition Based Speech Synthesis System Using LabVIEW

Optical Character Recognition Based Speech Synthesis System Using LabVIEW Optical Character Recognition Based Speech Synthesis System Using LabVIEW S. K. Singla* 1 and R.K.Yadav 2 1 Electrical and Instrumentation Engineering Department Thapar University, Patiala,Punjab *sunilksingla2001@gmail.com

More information

ไอท สำหร บพยำบำลท ไม ใช น กไอท

ไอท สำหร บพยำบำลท ไม ใช น กไอท F ACULTY OF MEDICINE Mar 25, 2016 ไอท สำหร บพยำบำลท ไม ใช น กไอท Major Thanapong Somkijrungroj, MD Retina and Uveitis Specialist Chulalongkorn University Bangkok, Thailand I have no relevant financial

More information

Application of Geometry Rectification to Deformed Characters Recognition Liqun Wang1, a * and Honghui Fan2

Application of Geometry Rectification to Deformed Characters Recognition Liqun Wang1, a * and Honghui Fan2 6th International Conference on Electronic, Mechanical, Information and Management (EMIM 2016) Application of Geometry Rectification to Deformed Characters Liqun Wang1, a * and Honghui Fan2 1 School of

More information

Refinement of digitized documents through recognition of mathematical formulae

Refinement of digitized documents through recognition of mathematical formulae Refinement of digitized documents through recognition of mathematical formulae Toshihiro KANAHORI Research and Support Center on Higher Education for the Hearing and Visually Impaired, Tsukuba University

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

Pleco for Android Installation Guide

Pleco for Android Installation Guide Pleco for Android Installation Guide Version 2.4.11 1 Contact Pleco Copyright Notice http://www.pleco.com/contact.html 2001-2013 Pleco Software Incorporated. All rights reserved. This document is not copyrighted.

More information

3D Based Augmented Reality for Structural Diagrams

3D Based Augmented Reality for Structural Diagrams 3D Based Augmented Reality for Structural Diagrams Sneha Pawar (Author) Sayali Thorat(Author) Smt. Kashibai navale College Of Enggi, Sneha Bhosale(Author) Harshanjali Chandekar(Author) Abstract A revolution

More information

Occlusion Detection of Real Objects using Contour Based Stereo Matching

Occlusion Detection of Real Objects using Contour Based Stereo Matching Occlusion Detection of Real Objects using Contour Based Stereo Matching Kenichi Hayashi, Hirokazu Kato, Shogo Nishida Graduate School of Engineering Science, Osaka University,1-3 Machikaneyama-cho, Toyonaka,

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

5/14/2018. Experiences with AR and AI in development projects. Agenda. By: Sune Wolff, CTO & Partner at Unity Studios.

5/14/2018. Experiences with AR and AI in development projects. Agenda. By: Sune Wolff, CTO & Partner at Unity Studios. Experiences with AR and AI in development projects By: Sune Wolff, CTO & Partner at Unity Studios Agenda 1 Introduction 2 3 AR and AI: Mutually Beneficial Technologies 4 Presentation of Cases and Experiences

More information

MARATHI TEXT-TO-SPEECH SYNTHESISYSTEM FOR ANDROID PHONES

MARATHI TEXT-TO-SPEECH SYNTHESISYSTEM FOR ANDROID PHONES International Journal of Advances in Applied Science and Engineering (IJAEAS) ISSN (P): 2348-1811; ISSN (E): 2348-182X Vol. 3, Issue 2, May 2016, 34-38 IIST MARATHI TEXT-TO-SPEECH SYNTHESISYSTEM FOR ANDROID

More information

Food Code Breaker (FCB) Developing the Multi- Lingual Food Code Translation Android Application Using Multi Options Code Reader System

Food Code Breaker (FCB) Developing the Multi- Lingual Food Code Translation Android Application Using Multi Options Code Reader System Journal of Physics: Conference Series PAPER OPEN ACCESS Food Code Breaker (FCB) Developing the Multi- Lingual Food Code Translation Android Application Using Multi Options Code Reader System Related content

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

Malaysian License Plate Recognition Artificial Neural Networks and Evolu Computation. The original publication is availabl

Malaysian License Plate Recognition Artificial Neural Networks and Evolu Computation. The original publication is availabl JAIST Reposi https://dspace.j Title Malaysian License Plate Recognition Artificial Neural Networks and Evolu Computation Stephen, Karungaru; Fukumi, Author(s) Minoru; Norio Citation Issue Date 2005-11

More information

C Programming

C Programming 204216 -- C Programming Chapter 9 Character Strings Adapted/Assembled for 204216 by Areerat Trongratsameethong A First Book of ANSI C, Fourth Edition Objectives String Fundamentals Library Functions Input

More information

Technical Disclosure Commons

Technical Disclosure Commons Technical Disclosure Commons Defensive Publications Series October 06, 2017 Computer vision ring Nicholas Jonas Barron Webster Follow this and additional works at: http://www.tdcommons.org/dpubs_series

More information

Keywords Binary Linked Object, Binary silhouette, Fingertip Detection, Hand Gesture Recognition, k-nn algorithm.

Keywords Binary Linked Object, Binary silhouette, Fingertip Detection, Hand Gesture Recognition, k-nn algorithm. Volume 7, Issue 5, May 2017 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Hand Gestures Recognition

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

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

Indian Multi-Script Full Pin-code String Recognition for Postal Automation

Indian Multi-Script Full Pin-code String Recognition for Postal Automation 2009 10th International Conference on Document Analysis and Recognition Indian Multi-Script Full Pin-code String Recognition for Postal Automation U. Pal 1, R. K. Roy 1, K. Roy 2 and F. Kimura 3 1 Computer

More information

Analysis of ARToolKit Fiducial Markers Attributes for Robust Tracking

Analysis of ARToolKit Fiducial Markers Attributes for Robust Tracking 1 st International Conference of Recent Trends in Information and Communication Technologies Analysis of ARToolKit Fiducial Markers Attributes for Robust Tracking Ihsan Rabbi 1,2,*, Sehat Ullah 1, Muhammad

More information

Fine Classification of Unconstrained Handwritten Persian/Arabic Numerals by Removing Confusion amongst Similar Classes

Fine Classification of Unconstrained Handwritten Persian/Arabic Numerals by Removing Confusion amongst Similar Classes 2009 10th International Conference on Document Analysis and Recognition Fine Classification of Unconstrained Handwritten Persian/Arabic Numerals by Removing Confusion amongst Similar Classes Alireza Alaei

More information

TESSERACT OCR ENGINE

TESSERACT OCR ENGINE TESSERACT OCR ENGINE Chapter 3 As submitted in earlier chapters, OCR machines in particular had been in demand with the computerisation but in the absence of any user friendly programmes, selling of OCR

More information

Conspicuous Character Patterns

Conspicuous Character Patterns Conspicuous Character Patterns Seiichi Uchida Kyushu Univ., Japan Ryoji Hattori Masakazu Iwamura Kyushu Univ., Japan Osaka Pref. Univ., Japan Koichi Kise Osaka Pref. Univ., Japan Shinichiro Omachi Tohoku

More information

Thailand s Social Media Analysis regarding the Great East Japan Earthquake Investigate target social media candidates

Thailand s Social Media Analysis regarding the Great East Japan Earthquake Investigate target social media candidates Chapter 4 Thailand s Social Media Analysis regarding the Great East Japan Earthquake Investigate target social media candidates The first evaluation report with the target social media candidates 31 August

More information

Automatically Algorithm for Physician s Handwritten Segmentation on Prescription

Automatically Algorithm for Physician s Handwritten Segmentation on Prescription Automatically Algorithm for Physician s Handwritten Segmentation on Prescription Narumol Chumuang 1 and Mahasak Ketcham 2 Department of Information Technology, Faculty of Information Technology, King Mongkut's

More information

Advanced Smart Mobile Monitoring Solution for Managing Efficiently Gas Facilities of Korea

Advanced Smart Mobile Monitoring Solution for Managing Efficiently Gas Facilities of Korea Advanced Smart Mobile Monitoring Solution for Managing Efficiently Gas Facilities of Korea Jeong Seok Oh 1, Hyo Jung Bang 1, Green Bang 2 and Il-ju Ko 2, 1 Institute of Gas Safety R&D, Korea Gas Safety

More information

Android Ecosystem in SOUTH-EAST ASIA. Whitepaper by Fortumo

Android Ecosystem in SOUTH-EAST ASIA. Whitepaper by Fortumo Android Ecosystem in SOUTH-EAST ASIA Whitepaper by Fortumo Introduction This whitepaper gives an overview of Android smartphone owner profiles in five South-East Asian markets: Indonesia, Malaysia, Singapore,

More information

Medical Information. Objectives. Literature Search : PubMed. Know. Evaluation. Medical informatics Literature search : PubMed PICO Approach

Medical Information. Objectives. Literature Search : PubMed. Know. Evaluation. Medical informatics Literature search : PubMed PICO Approach Medical Information Literature Search : PubMed Bordin Sapsomboon 20 Aug 2018 http://www.si.mahidol.ac.th/simi bordin.sap@mahidol.ac.th Objectives Know Medical informatics Literature search : PubMed PICO

More information

Toward Part-based Document Image Decoding

Toward Part-based Document Image Decoding 2012 10th IAPR International Workshop on Document Analysis Systems Toward Part-based Document Image Decoding Wang Song, Seiichi Uchida Kyushu University, Fukuoka, Japan wangsong@human.ait.kyushu-u.ac.jp,

More information

CAR RECOGNITION ON A STATIC IMAGE USING 2D BASIC SHAPE GEOMETRY

CAR RECOGNITION ON A STATIC IMAGE USING 2D BASIC SHAPE GEOMETRY CAR RECOGNITION ON A STATIC IMAGE USING 2D BASIC SHAPE GEOMETRY Suprijadi 1 and Badar Agung Nugroho 2 1 Department of Physics, Faculty of Mathematics and Natural Sciences,; Institut Teknologi Bandung;

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

SEVERAL METHODS OF FEATURE EXTRACTION TO HELP IN OPTICAL CHARACTER RECOGNITION

SEVERAL METHODS OF FEATURE EXTRACTION TO HELP IN OPTICAL CHARACTER RECOGNITION SEVERAL METHODS OF FEATURE EXTRACTION TO HELP IN OPTICAL CHARACTER RECOGNITION Binod Kumar Prasad * * Bengal College of Engineering and Technology, Durgapur, W.B., India. Rajdeep Kundu 2 2 Bengal College

More information

GroZi. Grocery Shopping Assistant for the Blind Faculty Advisor: Serge Belongie Qualcomm Consultant: Jeffrey Su Robert Tran Charles Taira

GroZi. Grocery Shopping Assistant for the Blind Faculty Advisor: Serge Belongie Qualcomm Consultant: Jeffrey Su Robert Tran Charles Taira GroZi Grocery Shopping Assistant for the Blind Faculty Advisor: Serge Belongie Qualcomm Consultant: Jeffrey Su Robert Tran Charles Taira Motivation The GroZi project aims to develop computer vision-based

More information

Fundamentals of Database Systems

Fundamentals of Database Systems 204222 - Fundamentals of Database Systems Chapter 24 Database Security Adapted for 204222 by Areerat Trongratsameethong Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Outline

More information

Development of a guidance system for tourism by using archived data

Development of a guidance system for tourism by using archived data Journal of Global Tourism Research, Volume 3, Number 1, 2018 Development of a guidance system for tourism by using archived data Original Article Mari Endo (Faculty of Information Design and Sociology,

More information

เคร องว ดระยะด วยแสงเลเซอร แบบม อถ อ ย ห อ Leica DISTO ร น D110 (Bluetooth Smart) ประเทศสว ตเซอร แลนด

เคร องว ดระยะด วยแสงเลเซอร แบบม อถ อ ย ห อ Leica DISTO ร น D110 (Bluetooth Smart) ประเทศสว ตเซอร แลนด เคร องว ดระยะด วยแสงเลเซอร แบบม อถ อ ย ห อ Leica DISTO ร น D110 (Bluetooth Smart) ประเทศสว ตเซอร แลนด 1. ค ณล กษณะ 1.1 เป นเคร องว ดระยะทางด วยแสงเลเซอร แบบม อถ อ 1.2 ความถ กต องในการว ดระยะทางไม เก น

More information

Time Stamp Detection and Recognition in Video Frames

Time Stamp Detection and Recognition in Video Frames Time Stamp Detection and Recognition in Video Frames Nongluk Covavisaruch and Chetsada Saengpanit Department of Computer Engineering, Chulalongkorn University, Bangkok 10330, Thailand E-mail: nongluk.c@chula.ac.th

More information

Translation of Text Oriented Signboard Images from Mobile Phone Camera

Translation of Text Oriented Signboard Images from Mobile Phone Camera World Engineering & Applied Sciences Journal 6 (3): 147-151, 2015 ISSN 2079-2204 IDOSI Publications, 2015 DOI: 10.5829/idosi.weasj.2015.6.3.22210 Translation of Text Oriented Signboard Images from Mobile

More information

Ensemble of Bayesian Filters for Loop Closure Detection

Ensemble of Bayesian Filters for Loop Closure Detection Ensemble of Bayesian Filters for Loop Closure Detection Mohammad Omar Salameh, Azizi Abdullah, Shahnorbanun Sahran Pattern Recognition Research Group Center for Artificial Intelligence Faculty of Information

More information

Skew Angle Detection of Bangla Script using Radon Transform

Skew Angle Detection of Bangla Script using Radon Transform Skew Angle Detection of Bangla Script using Radon Transform S. M. Murtoza Habib, Nawsher Ahamed Noor and Mumit Khan Center for Research on Bangla Language Processing, BRAC University, Dhaka, Bangladesh.

More information

Bangla Character Recognition System is Developed by using Automatic Feature Extraction and XOR Operation

Bangla Character Recognition System is Developed by using Automatic Feature Extraction and XOR Operation Global Journal of Computer Science and Technology Graphics & Vision Volume 13 Issue 2 Version 1.0 Year 2013 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals Inc.

More information

2D TEXT VISUALIZATION FOR THE RETRIEVAL OF MALAY DOCUMENTS

2D TEXT VISUALIZATION FOR THE RETRIEVAL OF MALAY DOCUMENTS 2D TEXT VISUALIZATION FOR THE RETRIEVAL OF MALAY DOCUMENTS NORMALY KAMAL ISMAIL Computer Science Department Universiti Teknologi MARA 445 Shah Alam, Selangor MALAYSIA normaly@tmsk.uitm.edu.my TENGKU MOHD

More information

Solving Word Jumbles

Solving Word Jumbles Solving Word Jumbles Debabrata Sengupta, Abhishek Sharma Department of Electrical Engineering, Stanford University { dsgupta, abhisheksharma }@stanford.edu Abstract In this report we propose an algorithm

More information

Augmented Reality continuing what the Internet started

Augmented Reality continuing what the Internet started Augmented Reality continuing what the Internet started Christine Perey 1 Who am I? Consultant/analyst Management consulting Strategy Partnerships Market research Market development Technology scouting

More information

Extracting Visual Snippets for Query Suggestion in Collaborative Web Search

Extracting Visual Snippets for Query Suggestion in Collaborative Web Search Extracting Visual Snippets for Query Suggestion in Collaborative Web Search Hannarin Kruajirayu, Teerapong Leelanupab Knowledge Management and Knowledge Engineering Laboratory Faculty of Information Technology

More information

AUGMENTED REALITY AS A METHOD FOR EXPANDED PRESENTATION OF OBJECTS OF DIGITIZED HERITAGE. Alexander Kolev, Dimo Dimov

AUGMENTED REALITY AS A METHOD FOR EXPANDED PRESENTATION OF OBJECTS OF DIGITIZED HERITAGE. Alexander Kolev, Dimo Dimov Serdica J. Computing 8 (2014), No 4, 355 362 Serdica Journal of Computing Bulgarian Academy of Sciences Institute of Mathematics and Informatics AUGMENTED REALITY AS A METHOD FOR EXPANDED PRESENTATION

More information

Employing Augmented Reality Technologies in Digital Work Instructions

Employing Augmented Reality Technologies in Digital Work Instructions Employing Augmented Reality Technologies in Digital Work Instructions Dr. Eliot Winer Associate Director, Virtual Reality Applications Center Associate Professor, Department of Mechanical Engineering Faculty

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

ios Accessibility Features

ios Accessibility Features 1. Introduction Apple, since the birth of ios in 2007, has quietly been adding more and more sophisticated accessibility features to its mobile operating system. All of the following features are built

More information

Create Swift mobile apps with IBM Watson services IBM Corporation

Create Swift mobile apps with IBM Watson services IBM Corporation Create Swift mobile apps with IBM Watson services Create a Watson sentiment analysis app with Swift Learning objectives In this section, you ll learn how to write a mobile app in Swift for ios and add

More information

Extended Fractional View Integral Photography Using Slanted Orthogonal Lenticular Lenses

Extended Fractional View Integral Photography Using Slanted Orthogonal Lenticular Lenses Proceedings of the 2 nd World Congress on Electrical Engineering and Computer Systems and Science (EECSS'16) Budapest, Hungary August 16 17, 2016 Paper No. MHCI 112 DOI: 10.11159/mhci16.112 Extended Fractional

More information

Image Capture Mobile. Operator s Guide

Image Capture Mobile. Operator s Guide Image Capture Mobile Operator s Guide Contents 1. Summary... 3 2. Supported Models... 3 3. Features... 4 4. Compatibility... 4 5. Languages... 4 6. Connection of Scanner... 5 7. Function... 6 7.1 Execution...

More information

An Interactive Mobile Augmented Reality for Tourism Objects at Purbalingga District

An Interactive Mobile Augmented Reality for Tourism Objects at Purbalingga District TELKOMNIKA Indonesian Journal of Electrical Engineering Vol. 16, No. 3, December 2015, pp. 559 ~ 564 DOI: 10.11591/telkomnika.v16i3.8850 559 An Interactive Mobile Augmented Reality for Tourism Objects

More information

Scene Text Recognition for Augmented Reality. Sagar G V Adviser: Prof. Bharadwaj Amrutur Indian Institute Of Science

Scene Text Recognition for Augmented Reality. Sagar G V Adviser: Prof. Bharadwaj Amrutur Indian Institute Of Science Scene Text Recognition for Augmented Reality Sagar G V Adviser: Prof. Bharadwaj Amrutur Indian Institute Of Science Outline Research area and motivation Finding text in natural scenes Prior art Improving

More information

Online Feature Extraction Technique for Optical Character Recognition System

Online Feature Extraction Technique for Optical Character Recognition System Online Feature Extraction Technique for Optical Character Recognition System Khairun Saddami 1,2, Khairul Munadi 1,2,3 and Fitri Arnia 1,2,3,* 1 Doctoral Program of Engineering, Faculty of Engineering,

More information

A Review of Skew Detection Techniques for Document

A Review of Skew Detection Techniques for Document 2015 17th UKSIM-AMSS International Conference on Modelling and Simulation A Review of Skew Detection Techniques for Document Arwa AL-Khatatneh, Sakinah Ali Pitchay Faculty of Science and Technology Universiti

More information

USAGE OF MICROSOFT KINECT FOR AUGMENTED PROTOTYPING SPEED-UP

USAGE OF MICROSOFT KINECT FOR AUGMENTED PROTOTYPING SPEED-UP ACTA UNIVERSITATIS AGRICULTURAE ET SILVICULTURAE MENDELIANAE BRUNENSIS Volume LX 23 Number 2, 2012 USAGE OF MICROSOFT KINECT FOR AUGMENTED PROTOTYPING SPEED-UP J. Landa, D. Procházka Received: November

More information

Sviluppo Di App Mobile Per Augmented Reality

Sviluppo Di App Mobile Per Augmented Reality Sviluppo Di App Mobile Per Augmented Reality Manuela Chessa University of Genova Dept. of Informatics, Bioengineering, Robotics, and Systems Engineering (manuela.chessa@unige.it) A brief history TODAY

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

Two-dimensional Letter Block Indexing Method to Enhance a Book without Markers

Two-dimensional Letter Block Indexing Method to Enhance a Book without Markers 2 2 2 BookEnhancer OCR Optical Character Recognition OCR 35 OCR 73,231 1 99 33 92 Two-dimensional Letter Block Indexing Method to Enhance a Book without Markers Akihiro Miyata, Hisako Shiohara and Ko Fujimura

More information

Hand Motion Analysis for Thai Alphabet Recognition using HMM

Hand Motion Analysis for Thai Alphabet Recognition using HMM Hand Motion Analysis for Thai Alphabet Recognition using HMM Kittasil Silanon and Nikom Suvonvorn Abstract In this paper, we propose a system for Thai alphabet recognition from hand movement trajectory,

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

CleverTexting TM. Thumbs Up to a new way of Texting. Cover Story, Ergonomist Society, UK, Mar Powerful Promising full of new possibilities

CleverTexting TM. Thumbs Up to a new way of Texting. Cover Story, Ergonomist Society, UK, Mar Powerful Promising full of new possibilities CleverTexting TM Thumbs Up to a new way of Texting Cover Story, Ergonomist Society, UK, Mar 2009 Powerful Promising full of new possibilities General CleverTexting is a new way of typing on the mobile

More information

MODEL. Search Engine. Lib Voice. Shelf Pin CULIB. (Map) (Forum) Book Glance (AR) I E L I B T E A M

MODEL. Search Engine. Lib Voice. Shelf Pin CULIB. (Map) (Forum) Book Glance (AR) I E L I B T E A M MODEL Search Engine Shelf Pin (Map) CULIB Book Glance (AR) Lib Voice (Forum) SEARCH - OVERVIEW Scenario: Search engine is probably the most highly used application in a library app. SEARCH - OVERVIEW Our

More information

The brief. D&AD New Blood Awards Brief set by: Monotype. In Collaboration With: Craig Oldham, The Office of Craig Oldham

The brief. D&AD New Blood Awards Brief set by: Monotype. In Collaboration With: Craig Oldham, The Office of Craig Oldham Monotype The brief D&AD New Blood Awards 2017 Brief set by: Monotype In Collaboration With: Craig Oldham, The Office of Craig Oldham Deadline: 22 March 2017 5pm GMT Monotype challenges you to embody and

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

Automated Extraction of Large Scale Scanned Document Images using Google Vision OCR in Apache Hadoop Environment

Automated Extraction of Large Scale Scanned Document Images using Google Vision OCR in Apache Hadoop Environment Automated Extraction of Large Scale Scanned Images using Google Vision OCR in Apache Hadoop Environment Rifiana Arief, Achmad Benny Mutiara, Tubagus Maulana Kusuma, Hustinawaty Information Technology Gunadarma

More information

B.TECH/M.TECH MINOR/MAJOR PROJECT

B.TECH/M.TECH MINOR/MAJOR PROJECT 1 B.TECH/M.TECH MINOR/MAJOR PROJECT CSE/IT Project list of JAVA/ANDROID: New Patient Registry Management system MySQL Database Management Using Java Restaurant Billing Management System Library Management

More information

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

Fast Face Detection Assisted with Skin Color Detection

Fast Face Detection Assisted with Skin Color Detection IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 18, Issue 4, Ver. II (Jul.-Aug. 2016), PP 70-76 www.iosrjournals.org Fast Face Detection Assisted with Skin Color

More information

Verified by Visa Activation Service For Cardholder Manual. November 2016

Verified by Visa Activation Service For Cardholder Manual. November 2016 Verified by Visa Activation Service For Cardholder Manual November 2016 Table of Contents Contents Registration for Card Holder verification on ACS... 3 1. Direct Activation... 4 2. Changing personal information

More information

Classification and Information Extraction for Complex and Nested Tabular Structures in Images

Classification and Information Extraction for Complex and Nested Tabular Structures in Images Classification and Information Extraction for Complex and Nested Tabular Structures in Images Abstract Understanding of technical documents, like manuals, is one of the most important steps in automatic

More information

NeriumTV is currently available in US and contains US English and US Spanish content.

NeriumTV is currently available in US and contains US English and US Spanish content. NeriumTV FAQ WHAT IS NERIUMTV? NeriumTV is Nerium s latest business-building application that gives you and your prospects a convenient way to access and view Nerium videos, including the Nerium Experience,

More information

Fraud Avoidance Using QR Codes on Transaction Process on Finding Tutor Application in Android System

Fraud Avoidance Using QR Codes on Transaction Process on Finding Tutor Application in Android System A232 Fraud Avoidance Using QR Codes on Transaction Process on Finding Tutor Application in Android System I Nyoman Pande Wahyu Dharmawan dan R.V. Hari Ginardi Departemen Informatika, Fakultas Teknilogi

More information

Segmentation Framework for Multi-Oriented Text Detection and Recognition

Segmentation Framework for Multi-Oriented Text Detection and Recognition Segmentation Framework for Multi-Oriented Text Detection and Recognition Shashi Kant, Sini Shibu Department of Computer Science and Engineering, NRI-IIST, Bhopal Abstract - Here in this paper a new and

More information