Commit 615c7521 authored by 赵小蒙's avatar 赵小蒙
Browse files

update: change absolute path to relative path

parent 9742903d
...@@ -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
......
...@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment