wenwenyu / PICK-pytorch

Code for the paper "PICK: Processing Key Information Extraction from Documents using Improved Graph Learning-Convolutional Networks" (ICPR 2020)
https://arxiv.org/abs/2004.07464
MIT License
552 stars 191 forks source link

checkbox extraction #49

Open kbrajwani opened 3 years ago

kbrajwani commented 3 years ago

Hi is it possible to extract checkbox value. Like in document for gender there is checkbox male and female so how can we extract that. I am wondering that it can be done because google https://cloud.google.com/solutions/document-ai is able to identify checkbox and its key.

wenwenyu commented 3 years ago

Hi, I haven't tried it. The main aim of this repo is to extra key information from text documents. But you can try to extend to other areas. Please tell me the results if you tried.

kbrajwani commented 3 years ago

hey you have any idea how can we achieve this things?