lukevanin / OCRAI

Optical Character Recognition Artificial Intelligence iOS app for Udacity nanodegree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Group person and organisation metadata with person's / organization's name

lukevanin opened this issue · comments

Current: Metadata associated with a person is kept in separate fields (i.e. person's role, or department).

Problem: Metadata is not associated with the specific person which it belongs to. E.g. when displaying the data multiple person and metadata fields appear, and it is not shown which metadata belongs to which person.

Goal: Leverage associations available in Google NLP API to link metadata with the specific person.

Implications: Specialised data record will need to be created for person entities, which contain or reference linked records for metadata. Person record is rendered with metadata. Metadata records can be added to a person. Metadata type can be changed.