https://github.com/khofesh/misc-app
https://github.com/khofesh/misc-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/khofesh/misc-app
- Owner: khofesh
- Created: 2025-05-16T08:19:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-16T09:38:43.000Z (about 1 year ago)
- Last Synced: 2025-05-16T09:44:27.432Z (about 1 year ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`