Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexcoder04/docconvert

More than a document converter
https://github.com/alexcoder04/docconvert

bootstrap bootstrap5 convert document document-conversion document-converter documents docx gin go go-gin golang gui markdown odt pandoc random random-number-generator random-numbers server

Last synced: about 7 hours ago
JSON representation

More than a document converter

Awesome Lists containing this project

README

        

# docconvert

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

## Features

- Convert documents from/to different formats ([pandoc](https://pandoc.org/) required)
- Extract text from images ([tesseract](https://github.com/tesseract-ocr/tesseract) required)
- Generate random numbers or pick random items from lists

## Build and run

Install [pandoc](https://pandoc.org/installing.html) and [tesseract](https://github.com/tesseract-ocr/tesseract#installing-tesseract).

```sh
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