deploy_code/multipagepdfa2i_analyzepdf/clean_data.py [38:46]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    text = get_child(relation, line, word)
            return text
        except:
            return "UNKNOWN"

def line_up_ids(kv, line, word):
    kv_list = []
    master_values = []
    for cur in kv:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



deploy_code/multipagepdfa2i_humancomplete/clean_data.py [38:46]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    text = get_child(relation, line, word)
            return text
        except:
            return "UNKNOWN"

def line_up_ids(kv, line, word):
    kv_list = []
    master_values = []
    for cur in kv:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



