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
615c7521
Commit
615c7521
authored
Jun 27, 2024
by
赵小蒙
Browse files
update: change absolute path to relative path
parent
9742903d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+2
-2
README_zh-CN.md
README_zh-CN.md
+2
-2
No files found.
README.md
View file @
615c7521
...
@@ -102,7 +102,7 @@ pipe.pipe_parse()
...
@@ -102,7 +102,7 @@ pipe.pipe_parse()
md_content
=
pipe
.
pipe_mk_markdown
(
image_dir
,
drop_mode
=
"none"
)
md_content
=
pipe
.
pipe_mk_markdown
(
image_dir
,
drop_mode
=
"none"
)
```
```
Demo can be referred to
[
demo.py
](
https://github.com/magicpdf/Magic-PDF/blob/master/
demo/demo.py
)
Demo can be referred to
[
demo.py
](
demo/demo.py
)
## All Thanks To Our Contributors
## All Thanks To Our Contributors
...
@@ -112,7 +112,7 @@ Demo can be referred to [demo.py](https://github.com/magicpdf/Magic-PDF/blob/mas
...
@@ -112,7 +112,7 @@ Demo can be referred to [demo.py](https://github.com/magicpdf/Magic-PDF/blob/mas
## License Information
## License Information
See
[
LICENSE.md
](
https://github.com/magicpdf/Magic-PDF/blob/master/
LICENSE.md
)
for details.
See
[
LICENSE.md
](
LICENSE.md
)
for details.
## Acknowledgments
## Acknowledgments
...
...
README_zh-CN.md
View file @
615c7521
...
@@ -103,11 +103,11 @@ pipe.pipe_parse()
...
@@ -103,11 +103,11 @@ pipe.pipe_parse()
md_content
=
pipe
.
pipe_mk_markdown
(
image_dir
,
drop_mode
=
"none"
)
md_content
=
pipe
.
pipe_mk_markdown
(
image_dir
,
drop_mode
=
"none"
)
```
```
详细实现可参考
[
demo.py
](
https://github.com/magicpdf/Magic-PDF/blob/master/
demo/demo.py
)
详细实现可参考
[
demo.py
](
demo/demo.py
)
## 版权说明
## 版权说明
[
LICENSE.md
](
https://github.com/magicpdf/Magic-PDF/blob/master/
LICENSE.md
)
[
LICENSE.md
](
LICENSE.md
)
## 鸣谢
## 鸣谢
-
[
PaddleOCR
](
https://github.com/PaddlePaddle/PaddleOCR
)
-
[
PaddleOCR
](
https://github.com/PaddlePaddle/PaddleOCR
)
...
...
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