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
e1d69928
Unverified
Commit
e1d69928
authored
Dec 18, 2024
by
Xiaomeng Zhao
Committed by
GitHub
Dec 18, 2024
Browse files
Merge pull request #1322 from myhloli/dev
refactor(magic_pdf): move model config variables
parents
34cd1350
489f70e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
magic_pdf/model/__init__.py
magic_pdf/model/__init__.py
+2
-0
magic_pdf/operators/__init__.py
magic_pdf/operators/__init__.py
+0
-3
No files found.
magic_pdf/model/__init__.py
View file @
e1d69928
__use_inside_model__
=
True
__model_mode__
=
'full'
\ No newline at end of file
magic_pdf/operators/__init__.py
View file @
e1d69928
...
...
@@ -5,9 +5,6 @@ from magic_pdf.data.data_reader_writer import DataWriter
from
magic_pdf.data.dataset
import
Dataset
from
magic_pdf.operators.pipes
import
PipeResult
__use_inside_model__
=
True
__model_mode__
=
'full'
class
InferenceResultBase
(
ABC
):
...
...
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