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
4abbfdaa
Commit
4abbfdaa
authored
May 09, 2024
by
许瑞
Browse files
fix: do not pull list_model method
parent
86d7cff1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
magic_pdf/model/magic_model.py
magic_pdf/model/magic_model.py
+0
-2
No files found.
magic_pdf/model/magic_model.py
View file @
4abbfdaa
...
@@ -507,8 +507,6 @@ class MagicModel:
...
@@ -507,8 +507,6 @@ class MagicModel:
blocks
.
append
(
block
)
blocks
.
append
(
block
)
return
blocks
return
blocks
def
get_model_list
(
self
,
page_no
):
return
self
.
__model_list
[
page_no
]
if
__name__
==
"__main__"
:
if
__name__
==
"__main__"
:
...
...
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