Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
c303fe66
Commit
c303fe66
authored
Jul 14, 2025
by
Sidney233
Browse files
test: Update huigui.yml
parent
00d070ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/unittest/test_e2e.py
tests/unittest/test_e2e.py
+2
-2
No files found.
tests/unittest/test_e2e.py
View file @
c303fe66
...
...
@@ -204,7 +204,7 @@ class TestE2E:
if
doc_path
.
suffix
in
pdf_suffixes
+
image_suffixes
:
doc_path_list
.
append
(
doc_path
)
os
.
environ
[
"MINERU_MODEL_SOURCE"
]
=
"modelscope"
#
os.environ["MINERU_MODEL_SOURCE"] = "modelscope"
parse_doc
(
doc_path_list
,
output_dir
)
def
test_vlm_transformers_with_default_config
(
self
):
...
...
@@ -332,5 +332,5 @@ class TestE2E:
if
doc_path
.
suffix
in
pdf_suffixes
+
image_suffixes
:
doc_path_list
.
append
(
doc_path
)
os
.
environ
[
"MINERU_MODEL_SOURCE"
]
=
"modelscope"
#
os.environ["MINERU_MODEL_SOURCE"] = "modelscope"
parse_doc
(
doc_path_list
,
output_dir
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment