tsdextractor

package module
v0.0.0-...-25cf377 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 29, 2024 License: LGPL-2.1 Imports: 8 Imported by: 0

README

Paper : Text Extraction Based on Text and Symbol Density, 1674-6236(2019)08-0133-05
The results implemented by https://github.com/kwaziidev/textractor were not incorrect.
This is fixed version.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Text

type Text struct {
	Title       string   `json:"title,omitempty"`
	Image       []string `json:"image,omitempty"`
	Author      string   `json:"author,omitempty"`
	PublishTime string   `json:"publish_time,omitempty"`
	Content     string   `json:"content,omitempty"`
	ContentHTML string   `json:"content_html,omitempty"`
}

func Extract

func Extract(source string) (*Text, error)

Directories

Path Synopsis
cmd
tsdextractor command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL