-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0c9c9a1
commit 9b0caeb
Showing
4 changed files
with
85 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,14 +11,27 @@ pre-built binaries by GitHub Actions can be downloaded from [releases](https://g | |
|
||
### Usage | ||
|
||
#### Web | ||
|
||
```sh | ||
# below command starts gnfinder-plus on 3006 port | ||
# different port can be given by -port=3006 etc. | ||
./gnfinder-plus | ||
|
||
# in another window | ||
curl -F [email protected] http://localhost:3006/parse | ||
``` | ||
|
||
#### CLI | ||
|
||
```sh | ||
wget https://indiabiodiversity.org/biodiv/content/documents/document-0162468a-7ce7-499e-ac6d-ead2dc273c35/687.pdf | ||
./gnfinder-plus -file=687.pdf | ||
``` | ||
|
||
### Note | ||
|
||
in some cases `pdftotext` bin might be missing please install according to your platform | ||
in some cases `pdftotext` binary might be missing please install according to your os | ||
|
||
```sh | ||
sudo apt install poppler-utils # debian | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters