Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an API for Safari Reader?

Does Safari Reader have an API which one can use to filter the text from a webpage (cleans adverts, unneeded parts of text etc.) for an iOS app?

If not, are there any alternatives?

like image 209
Charles Avatar asked Dec 17 '22 03:12

Charles


2 Answers

just was doing some research for my app, heres what I've found. couldn't post all the links cause I'm new, but easily googleable

Read, Clear Read API: http://readapp.net/pub.html

Instapaper itself. Simple and Full API

Readability

RTCOOL

Feeds api

Boilerpipe

Goose

An overview of text extraction algorithms: http://www.readwriteweb.com/hack/2011/03/text-extraction.php

best of luck!

like image 55
skinsfan00atg Avatar answered Dec 28 '22 07:12

skinsfan00atg


Nope. If you want access to the built-in one, you can file an enhancement request with the Apple bug reporter. There are also third-party services like Readability which, depending on the purpose of your app, you might be able to make use of.

like image 22
Noah Witherspoon Avatar answered Dec 28 '22 08:12

Noah Witherspoon