Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can i use GCN for Information Extraction from a document? #63

Open
anandh51295 opened this issue Jul 29, 2020 · 0 comments
Open

Can i use GCN for Information Extraction from a document? #63

anandh51295 opened this issue Jul 29, 2020 · 0 comments

Comments

@anandh51295
Copy link

I have a set of images of a id card where i need to extract name and date of birth. for creating a dataset i have converted the set of images to graph for that i have used ocr to get each word and its coordinates. in this each word is the node i have made connection to another node based on direct contact to other node by that i have a graph for all the images i have a graph and to creating a adj matrix i used sparse diagonal matrix of each graph adj matrix. for feature vector at each node i used word2vec at words in each node to create a numpy array. and the labels is the tag that i assigned that could be categorical data. so i want to know that am i doing correct or any changes to be needed...?
thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant