Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/planinc/docconvert
https://github.com/planinc/docconvert
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/planinc/docconvert
- Owner: planinc
- License: agpl-3.0
- Created: 2024-06-28T13:36:45.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-29T01:59:22.000Z (5 months ago)
- Last Synced: 2024-06-29T02:45:00.856Z (5 months ago)
- Language: HTML
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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