dhorvay / document-understanding-ebook

(WIP) ✨ A comprehensive resource for understanding the world of software used in the Document Understanding field. 🧙✨

Home Page:https://horvay.dev/document-understanding-ebook

Repository from Github https://github.comdhorvay/document-understanding-ebookRepository from Github https://github.comdhorvay/document-understanding-ebook

Document Understanding eBook

Note This book is in alpha - it is consistently being updated with content for a v1.0.0 release! 🤗

logo

This repository contains the source code for the Document Understanding eBook built with Jupyter Book.

All of the material in this book is publicly available under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0) license.

Build the Book

Install the requirements

It is recommended to use venv to manage environment.

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Generate HTML

Run the following command to build the book.

jupyter-book build src

Deploy to GitHub Pages

This repo is configured to automatically deploy to GitHub Pages using GitHub Actions. To manually deploy to GitHub Pages, run the following command:

ghp-import -n -p -f src/_build/html

About

(WIP) ✨ A comprehensive resource for understanding the world of software used in the Document Understanding field. 🧙✨

https://horvay.dev/document-understanding-ebook

License:Other


Languages

Language:Markdown 94.5%Language:TeX 4.2%Language:JavaScript 1.3%