|
|
@@ -90,7 +90,7 @@ pip install magic-pdf
|
|
|
# For complete parsing capabilities (including high-precision model parsing)
|
|
|
pip install magic-pdf[full-cpu]
|
|
|
|
|
|
-# Additionally, you will need to install the dependency detectron2.
|
|
|
+# For high-precision model parsing, you will need to install the dependency detectron2.
|
|
|
# For detectron2, compile it yourself as per https://github.com/facebookresearch/detectron2/issues/5114
|
|
|
# Or use our precompiled wheel
|
|
|
|
|
|
@@ -136,6 +136,7 @@ In magic-pdf.json, configure "models-dir" to point to the directory where the mo
|
|
|
###### simple
|
|
|
|
|
|
```bash
|
|
|
+#If the full version is installed, you can invoke the built-in models for parsing.
|
|
|
magic-pdf pdf-command --pdf "pdf_path" --inside_model true
|
|
|
```
|
|
|
After the program has finished, you can find the generated markdown files under the directory "/tmp/magic-pdf".
|