2a8944f2 by Lyu Kui

fix readme

1 parent 7e35e5ba
......@@ -18,7 +18,7 @@ print(res) # {'label': '营业执照', 'confidence': 0.988462}
from authorization_from import retriever_individuals, retriever_companies
# 个人授权书
res = retriever_companies.get_target_fields(go_res, signature_res)
res = retriever_individuals.get_target_fields(ocr_result, signature_list)
print(res)
# {'words_result':
# {'姓名': {'words': 'xx', 'score': 1, 'location': {'left': 105, 'top': 277, 'width': 60, 'height': 28}},
......@@ -27,7 +27,7 @@ print(res)
# }
# 公司授权书
# res = retriever_individuals.get_target_fields(go_res, signature_res)
# res = retriever_companies.get_target_fields(ocr_result, signature_list)
# print(res)
# {'words_result': {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!