8000 GitHub - Ventrosky/ocr-scribae-bot: Telegram Bot that recognizes text within a document and uploads it on a GitHub repository
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Telegram Bot that recognizes text within a document and uploads it on a GitHub repository

License

Notifications You must be signed in to change notification settings

Ventrosky/ocr-scribae-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCR Scribae Bot

A quick and dirty "private" Telegram bot that uses OCR to extract text from a document and send it to a GitHub repository

Install

It's required to have pdftotext command utility installed

git clone https://github.com/Ventrosky/ocr-scribae-bot.git
cd ocr-scribae-bot
npm i

Configure

Set the following enviroment variables:

BOT_TOKEN = <telegram_bot_token>
USER_ID =  <telegram_user_id>
GITHUB_TOKEN = <github_token>
GITHUB_OWNER = <github_owner>
GITHUB_REPO =  <github_repo>
GITHUB_PATH = <upload_file_path>

Run

npm run start

About

Telegram Bot that recognizes text within a document and uploads it on a GitHub repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0