deploy_code/multipagepdfa2i_analyzepdf/clean_data.py [24:35]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if id in line:
            text = line[id]
        else:
            text += " " + word[id]
    if text[0] == " ":
        text = text[1:]
    return text

def extract_value(value, kv, line, word):
    for val in value:
        try:
            text = ""
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



deploy_code/multipagepdfa2i_humancomplete/clean_data.py [24:35]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if id in line:
            text = line[id]
        else:
            text += " " + word[id]
    if text[0] == " ":
        text = text[1:]
    return text

def extract_value(value, kv, line, word):
    for val in value:
        try:
            text = ""
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



