Toggle navigation
Toggle navigation
This project
Loading...
Sign in
zhouhui.jiang
/
Test_LangGraph
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
zhouhui.jiang
2025-11-16 21:19:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
606c582198e349316eff1b2fac83b4a3cc454a90
606c5821
1 parent
34700691
update
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
API/paperless_api.py
API/paperless_api.py
View file @
606c582
...
...
@@ -174,7 +174,7 @@ def upload_file_for_ocr(
# 如果 status=9000,返回提示信息
status
=
result
.
get
(
"status"
)
if
status
==
9000
or
status
==
"9
000"
:
if
status
==
9000
0
or
status
==
"90
000"
:
chmCode
=
result
.
get
(
"chmCode"
,
""
)
chmId
=
result
.
get
(
"chmId"
,
""
)
return
f
"图文识别成功,请确认是否使用该运单编号:{chmCode} ,运单ID:{chmId}"
...
...
Please
register
or
login
to post a comment