Skip to content

SubjectRefresh/morpheus-python-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

morpheus-python-lib

A Python library for interacting with the Morpheus API

Installation

pip install morpheuslib

Example

Note: Morpheus requires Python 3.5

import sys
from morpheuslib import morpheus

plain_text = morpheus.convert("pdf", "html", "http://milesbudden.com/morpheus.pdf")

# This may be slow with some files. Try writing to a file if it takes too long.
morpheus.output(plain_text)

About

A Python module for interacting with the Morpheus API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages