boilerpipe-ruby icon indicating copy to clipboard operation
boilerpipe-ruby copied to clipboard

JSON and Image Extraction

Open wayneconnolly opened this issue 6 years ago • 1 comments

Hi, would it be possible to include JSON output and the experimental Image Extraction to produce a json object like this:

{ "response": { "title": null, "content": " \nThe third characteristic of web page writing ....\n ", "source": "https://www.york.ac.uk/teaching/cws/wws/webpage4.html", "images": [ { "src": "https://www.york.ac.uk/teaching/cws/wws/toofar.gif", "width": null, "height": null, "alt": "" } ] }, "status": "success" }

wayneconnolly avatar Aug 18 '19 03:08 wayneconnolly

Hey let me look into it

gregors avatar Aug 21 '19 10:08 gregors