Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 968 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 968 Bytes

Convert Google Documents HTML to structured well formed HTML

Ubuntu 16.04

Setup

pip install -r requirements.txt

Usage

python run.py

Open web browser at http://127.0.0.1:9000

Alternative use VirtualBox + Vagrant setup

vagrant up
vagrant ssh
cd /vagrant
python run.py

Open web browser at http://127.0.0.1:9000

Some public test documents

Screenshot

Known issues

  • no session/multiuser support (one user at a time).
  • no good support for big Google Docs documents with lots of images. Images are fetched into memory (yes, that's bad).
  • no good temporary file handling and deletion