File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ pip install -U casparser
2121
2222### with faster PyMuPDF parser
2323``` bash
24- pip install -U ' casparser[mupdf ]'
24+ pip install -U ' casparser[fast ]'
2525```
2626
2727** Note:** Enabling this dependency could result in licensing changes. Check the
@@ -195,7 +195,7 @@ failing scheme name(s).
195195## License
196196
197197CASParser is distributed under MIT license by default. However enabling the optional dependency
198- ` mupdf ` would imply the use of [ PyMuPDF] ( https://github.com/pymupdf/PyMuPDF ) /
198+ ` mupdf/fast ` would imply the use of [ PyMuPDF] ( https://github.com/pymupdf/PyMuPDF ) /
199199[ MuPDF] ( https://mupdf.com/license.html ) and hence the licenses GNU GPL v3 and GNU Affero GPL v3
200200would apply. Copies of all licenses have been included in this repository. - _ IANAL_
201201
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ PyMuPDF = {version = "^1.23.0", optional = true}
2929
3030[tool .poetry .extras ]
3131mupdf = [" PyMuPDF" ]
32+ fast = [" PyMuPDF" ]
3233
3334[tool .poetry .dev-dependencies ]
3435coverage = {version = " ^7.1" , extras =[" toml" ]}
You can’t perform that action at this time.
0 commit comments