Skip to content

Python script that converts PDF table of contents to XMind mind map

License

Notifications You must be signed in to change notification settings

lkoelman/pdf-to-xmind-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PdfToc2MindMap

Simple tool to convert PDF table of contents to popular mind map formats

Installation

Automatic installation of dependencies:

git clone https://github.com/mananatee/PdfToc2MindMap.git
pip install --process-dependency-links ./PdfToc2MindMap

Manual installation of dependencies:

# Install XMind Python SDK
git clone https://github.com/andrii-z4i/xmind-sdk-python.git
python xmind-sdk-python/setup.py install

# Install PDF miner (https://github.com/pdfminer/pdfminer.six)
pip install pdfminer.six

TODO

  • support multiple mindmap formats
  • add unit tests
  • test with table of contents created by more pdf editors (currently only tested with PDF X-Change Editor)

About

Python script that converts PDF table of contents to XMind mind map

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages