https://github.com/rochimfn/content-extract-bot
This bot will help you extract text from many kinds of formats (including Images).
https://github.com/rochimfn/content-extract-bot
telegram tika-parsers
Last synced: about 1 year ago
JSON representation
This bot will help you extract text from many kinds of formats (including Images).
- Host: GitHub
- URL: https://github.com/rochimfn/content-extract-bot
- Owner: rochimfn
- Created: 2022-03-27T13:07:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T10:01:35.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T14:51:37.865Z (about 1 year ago)
- Topics: telegram, tika-parsers
- Language: Go
- Homepage: https://t.me/content_extract_bot
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rochimfn/tika-bot
## Description
This bot will help you extract text from many kinds of formats (including Images).
## Quickstart
### Run
```bash
docker run --rm -d --name tika-bot -e TELEGRAM_TOKEN=xxx:xxx rochimfn/tika-bot:0.3
```
### Build and Run
```bash
git clone https://github.com/rochimfn/content-extract-bot.git
cd content-extract-bot
docker build -t rochimfn/tika-bot:0.3 .
docker run --rm -d --name tika-bot -e TELEGRAM_TOKEN=xxx:xxx rochimfn/tika-bot:0.3
```