package
0.0.0-20230508185510-9e5a85db7d9f
Repository: https://github.com/frase-io/external-apis.git
Documentation: pkg.go.dev

# README

Diffbot API Go client

This package implements a Diffbot client library.

Instasll

go get github.com/diffbot/diffbot-go-client

The Package documents at godoc.org or gowalker.org.

Please report bugs to [email protected].

Thanks!

# Packages

Diffbot Client.

# Functions

Diffbot uses computer vision, natural language processing and machine learning to automatically recognize and structure specific page-types.
DiffbotServer like Diffbot function, but support custom server.
ParseArticle parse the clean article text from news article web pages.
ParseClassification analyzes a web page's layout, structure, markup, text and other components and classifies the page as a particular "type." It also fully extracts the page contents if the page matches an existing Diffbot extraction API.
ParseFrontpage parse a multifaceted "homepage" and returns individual page elements.
ParseImage parse a web page and returns its primary image(s).
ParseProduct parse a shopping or e-commerce product page and returns information on the product.

# Constants

No description provided by the author

# Structs

Article
Article represents an clean article text.
Article represents an clean article text.
Error represents an Diffbot APIs returns error.
Frontpage represents a frontpage information.
FrontpageDML (Diffbot Markup Language) is an XML format for encoding the extracted structural information from the page.
Image represents a page image information.
Options holds the optional parameters for Diffbot client.
Product represents a shopping or e-commerce product information.