Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 746 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 746 Bytes

docconvert

docconvert - more than a document converter (even if first doesn't sound like that).

Features

  • Convert documents from/to different formats (pandoc required)
  • Extract text from images (tesseract required)
  • Generate random numbers or pick random items from lists

Build and run

Install pandoc and tesseract.

git clone https://github.com/alexcoder04/docconvert
cd docconvert
go build
./docconvert

Command-line arguments

  • -port: port to run on, default 8080
  • -all-hosts: whether to listen on all hosts, not just localhost