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: 3 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T23:54:23.000Z (6 months ago)
- Last Synced: 2025-01-12T09:09:11.653Z (5 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: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
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