Skip to content

alexcoder04/docconvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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