You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Path to an optional JSON file containing rules for annotating the retrieved text.
156
156
-p POSTPROCESSOR, --postprocessor POSTPROCESSOR
@@ -172,14 +172,16 @@ convert the file to text and save the output to output.txt::
172
172
173
173
convert HTML provided via stdin and save the output to output.txt::
174
174
175
-
$ echo '<body><p>Make it so!</p>></body>' | inscript.py -o output.txt
175
+
$ echo '<body><p>Make it so!</p></body>' | inscript.py -o output.txt
176
176
177
177
178
178
HTML to annotated text conversion
179
179
---------------------------------
180
-
convert and annotate HTML from a Web page using the provided annotation rules::
180
+
convert and annotate HTML from a Web page using the provided annotation rules.
181
+
182
+
Download the example `annotation-profile.json <https://github.com/weblyzard/inscriptis/blob/master/examples/annotation-profile.json>`_ and save it to your working directory::
0 commit comments