Skip to content

dhorvay/document-understanding-ebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. 🧙✨

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published