The problem that I'm facing is: I want to read a document, get the raw string of this document, and classify the information. For example, I want to identify when the string is a "Name", or a "date" ou some other useful information.
Is it possible to use machine learning to do that? How may I approach the problem?
The most hard problem here is that I'm not trying to classify the document itself, but the String information inside the document.