diff --git a/README.rst b/README.rst index a14d054..55b29b6 100644 --- a/README.rst +++ b/README.rst @@ -150,7 +150,7 @@ The inscript.py command line client supports the following parameters:: -l, --display-link-targets Display link targets (default:false). -a, --display-anchor-urls - Deduplicate image captions (default:false). + Display anchor urls (default:false). -r ANNOTATION_RULES, --annotation-rules ANNOTATION_RULES Path to an optional JSON file containing rules for annotating the retrieved text. -p POSTPROCESSOR, --postprocessor POSTPROCESSOR @@ -172,14 +172,16 @@ convert the file to text and save the output to output.txt:: convert HTML provided via stdin and save the output to output.txt:: - $ echo '
Make it so!
>' | inscript.py -o output.txt + $ echo 'Make it so!
' | inscript.py -o output.txt HTML to annotated text conversion --------------------------------- -convert and annotate HTML from a Web page using the provided annotation rules:: +convert and annotate HTML from a Web page using the provided annotation rules. + +Download the example `annotation-profile.json