Skip to content

Distill text and various semantic information from websites, cutting out noise and styling with headless chrome and the accessibility tree.

Notifications You must be signed in to change notification settings

LQR471814/ax-distiller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ax-distiller

distill text and various semantic information from websites, cutting out noise and styling with headless chrome and the accessibility tree. essentially a glorified website -> markdown convertor for now. (see wikipedia_sample.md for a demo)

usage

# setup headless chrome and ublock origin
go run cmd/setup/main.go

# run the distiller
cd cmd/distill-test
go build && ./distill-test

# check the results
cat out_en.wikipedia.org.md

About

Distill text and various semantic information from websites, cutting out noise and styling with headless chrome and the accessibility tree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published