Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
More than a document converter
- Host: GitHub
- URL: https://github.com/alexcoder04/docconvert
- Owner: alexcoder04
- License: agpl-3.0
- Created: 2023-04-15T12:56:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-16T13:21:03.000Z (6 months ago)
- Last Synced: 2024-09-28T16:21:39.815Z (about 2 months ago)
- Topics: 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
- Language: HTML
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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