/Movie-Poster-Recognition

An Android application which can easily get the information about movies by scanning titles on movie posters.

Primary LanguageC

Movie Poster Recognition

This is the final project of Software Creation Project in 2015 fall at NCTU.

Introduction

Designed an Android application which can easily attain information of movies by scanning movie titles on posters. Use optical character recognition to abstract movie titles from the camera image. Search movie information by the title and abstract it by parsing website.

Demo

Demo 1: PAN Demo 2: AVATAR

Credit

  1. Tesseract (Open Source OCR Library)
  2. Tess-Two
  3. jsoup: Java HTML Parser
  4. IMDb.com
  5. Making a Simple OCR Android App using Tesseract
  6. Android Character Recognition