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

https://github.com/khofesh/misc-app


https://github.com/khofesh/misc-app

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Miscellaneous apps for daily problems

## html2md

convert html `input/input.html` to markdown `output/output.md`

## decode-encode

decode or encode a string

input for encode: `input/encode.txt`

output for encode: `output/encoded.txt`

input for decode: `input/decode.txt`

output for decode: `output/decoded.txt`

## pdf-ocr

requirements

```shell
sudo dnf install tesseract
```

## html2text

convert html `input/input.html` to markdown `output/html2text-result.txt`