Update README.md
Browse files
README.md
CHANGED
|
@@ -74,9 +74,9 @@ pip install -e .
|
|
| 74 |
|
| 75 |
#### Command Line
|
| 76 |
|
| 77 |
-
The `parser` command is the fastest way to get started.
|
| 78 |
-
|
| 79 |
```bash
|
|
|
|
|
|
|
| 80 |
# Parse a PDF (outputs Markdown by default)
|
| 81 |
parser demo_data/demo.pdf
|
| 82 |
|
|
@@ -104,6 +104,8 @@ parser --help
|
|
| 104 |
#### Python API
|
| 105 |
|
| 106 |
```python
|
|
|
|
|
|
|
| 107 |
from infinity_parser2 import InfinityParser2
|
| 108 |
|
| 109 |
parser = InfinityParser2()
|
|
|
|
| 74 |
|
| 75 |
#### Command Line
|
| 76 |
|
|
|
|
|
|
|
| 77 |
```bash
|
| 78 |
+
# NOTE: The following command will automatically detect and download the `Infinity-Parser2` model.
|
| 79 |
+
|
| 80 |
# Parse a PDF (outputs Markdown by default)
|
| 81 |
parser demo_data/demo.pdf
|
| 82 |
|
|
|
|
| 104 |
#### Python API
|
| 105 |
|
| 106 |
```python
|
| 107 |
+
# NOTE: The following command will automatically detect and download the `Infinity-Parser2` model.
|
| 108 |
+
|
| 109 |
from infinity_parser2 import InfinityParser2
|
| 110 |
|
| 111 |
parser = InfinityParser2()
|