A simple library to convert rtf to text
Project description
# striprtf [](https://travis-ci.org/joshy/striprtf)
## Purpose This is a simple library to convert rtf files to python strings. A lot of medical documents are written in rtf format which is not ideal for parsing and further processing. This library converts it to plain old text.
## How to use `python from striprtf.striprtf import rtf_to_text rtf = "some rtf encoded string" text = rtf_to_text(rtf) print(text) `
## How to use online If you don’t want to install, there is also an online version available at https://striprtf.dev
## History [Pyth](https://github.com/brendonh/pyth) was not working for the rtf files I had. The next best thing was this gist: https://gist.github.com/gilsondev/7c1d2d753ddb522e7bc22511cfb08676
Very few additions where made, e.g. better formatting of tables.
## Pushing to PyPi Run commands ` python setup.py sdist bdist_wheel python setup.py sdist upload -r pypi `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file striprtf-0.0.9.tar.gz.
File metadata
- Download URL: striprtf-0.0.9.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88b30a3ed7e88e2a7a9ad7be7a4ebcb310aac5f7d21029a279cdfdb15d512396
|
|
| MD5 |
c1d6e0fa52e4e5a4b938a96a90301b13
|
|
| BLAKE2b-256 |
3a0eb1ee494c9bea3938d56478e2b32c650802e0e73fafa03b4077908922882d
|