Future Work
1. More general image recognition
Due to the time limitation we only support the information retrieval from business card. We are considering expand the scope to many other types of images, including receipts, ID cards, passports and so on.
2. Multiple file format
Only the file in PDF is allowed for file analysing in our program for now. It would be more user-friendly when other types of file, say words document and website links, are accepted.
3. Multilanguage support:
As a tool to help workers in modern society, communication in different languages is idea for companies that have workspaces in different countries. We will look into the feature about translating the answers into multiple languages and even process cross-language documents
4. A better layout of the output
When the bot either extracts information from tables or summarizing a file, there is possibility that the output does not look good. The reason is that when these two APIs pass the texts, they have to be stored in the json format, which could sometimes modify the structure. We are working on formatting them in the bot side.