lucamoroz / OCRCamera

A learning project of the Software Engineering course by the University of Padua (academic year 2018-2019) - All rights reserved

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OCRCamera

A learning project of the Software Engineering course by the University of Padua (academic year 2018-2019).

Working with ml-kit

In order to recognize text with the library ml-kit, you have to add firebase to the app.
The suggested method is the manually adding.
It basically consist to register the app to the firebase console (project name: OCRCamera).
In that new firebase project created add the app (package name: unipd.se18.ocrcamera), download the google-services.json and put it in /path/to/OCRCamera/app/ directory.

About

A learning project of the Software Engineering course by the University of Padua (academic year 2018-2019) - All rights reserved


Languages

Language:Java 97.3%Language:HTML 2.7%