Skip to content

Commit a154260

Browse files
docs: mention the better way to call parse_file
1 parent f0e2fc2 commit a154260

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ wdoc --path $link --task summarize --filetype "online_pdf"
272272
* **How can I improve the prompt for a specific task without coding?**
273273
* Each prompt of the `query` task are roleplaying as employees working for wdoc, either as Evaluator (the LLM that filters out relevant documents), Answerer (the LLM that answers the question from a filtered document) or Combiner (the LLM that combines answers from Answerer as one). They are all receiving orders from you if you talk to them in a prompt.
274274
* **How can I use wdoc's parser for my own documents?**
275-
* If you are in the shell cli you can easily use `wdoc_parse_file my_file.pdf`.
275+
* If you are in the shell cli you can easily use `wdoc parse my_file.pdf` (this actually replaces the call to call instead `wdoc_parse_file my_file.pdf`).
276276
add `--only_text` to only get the text and no metadata. If you're having problem with argument parsing you can try adding the `--pipe` argument.
277277
* If you want the document using python:
278278
``` python

0 commit comments

Comments
 (0)