https://github.com/minte9/book-highlights
Book highlights archive from books screenshots
https://github.com/minte9/book-highlights
Last synced: 3 months ago
JSON representation
Book highlights archive from books screenshots
- Host: GitHub
- URL: https://github.com/minte9/book-highlights
- Owner: minte9
- License: mit
- Created: 2021-12-24T12:41:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-14T06:11:17.000Z (10 months ago)
- Last Synced: 2025-08-14T08:29:55.725Z (10 months ago)
- Language: JavaScript
- Homepage: https://www.minte9.com
- Size: 3.76 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Book Highlights
Highlights archive from books [screenshots](https://github.com/minte9/book-highlights/tree/main/files_archive/my_books/book1/author1) using Computer Vision.
## Browser Usage
~~~sh
git clone https://github.com/minte9/book-highlights.git
cd book-highlights/
python startweb.py
# http://localhost:8000/public_html
~~~
[](https://bh.minte9.com/?catg=programming&id=5)
See it in action [BH.minte9.com](https://bh.minte9.com)
## Console Usage
~~~sh
git clone https://github.com/minte9/book-highlights.git
cd book-highlights/
# dependencies
npm install boxen
# run from directory
node .
# run from anywhere (bin in package.json)
npm install -g .
book-hightlights
~~~
[](https://www.minte9.com)
##
## Your Highlights
Follow the instructions in [update.py](https://github.com/minte9/book-highlights/blob/main/update.py)
~~~sh
cd book-highlights/
python update.py
~~~