zuminghuang commited on
Commit
10d15d5
·
verified ·
1 Parent(s): d89f3db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -75,7 +75,7 @@ pip install -e .
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
@@ -104,7 +104,7 @@ parser --help
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
 
 
75
  #### Command Line
76
 
77
  ```bash
78
+ # NOTE: The Infinity-Parser2 model will be automatically downloaded on the first run.
79
 
80
  # Parse a PDF (outputs Markdown by default)
81
  parser demo_data/demo.pdf
 
104
  #### Python API
105
 
106
  ```python
107
+ # NOTE: The Infinity-Parser2 model will be automatically downloaded on the first run.
108
 
109
  from infinity_parser2 import InfinityParser2
110