Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周伟奇
/
part_of_F3_OCR
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2a8944f2
authored
2022-07-04 11:23:33 +0800
by
Lyu Kui
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix readme
1 parent
7e35e5ba
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
README.md
README.md
View file @
2a8944f
...
...
@@ -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': {
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment