Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.16 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.16 KB

Notes!

This LINE bot extracts handwritten notes in photos into text. Simply send a pic of your handwritten note and the bot will reply with a typed version of your notes!

Built with Spring Framework.


How to use

Add Notes! bot as your friend through QR code or LINE ID:

LINE ID: @aal3304s

API

This bot uses LINE Messaging API and Microsoft Azure Computer Vision API.

To run the code, set your environment variables for LINE API:

LINE_BOT_CHANNEL_SECRET
LINE_BOT_CHANNEL_TOKEN

And Computer Vision API:

subscription_key
endpoint

Note

Repository was imported from Gitlab and designed for Gitlab CI/CD.

Original repo: https://gitlab.com/fwrhine/notes-bot