File: README.md

package info (click to toggle)
transfuse 0.7.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 548 kB
  • sloc: cpp: 4,385; sh: 14; python: 12; makefile: 9
file content (15 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Transfuse

## Requirements
- CMake
- SQLite 3
- libxml2
- xxhash
- libzip
- pkg-config (for non-vcpkg platforms)

* Debian/Ubuntu: `sudo apt-get install build-essential cmake pkg-config libsqlite3-dev libxml2-dev libxxhash-dev libzip-dev`
* macOS MacPorts: `sudo port install cmake pkgconfig sqlite3 libxml2 xxhash libzip`

## Usage
Given a HTML document, run `tf-extract document.html` or `cat document.html | tf-extract` to extract text blocks with transformed inline tags.