Inscriptis

Latest version: v2.6.0

Safety actively analyzes 724051 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 5

1.1

1. added support for rendering tags with the `white-space: pre` CSS attribute (e.g. `<pre>` which is often used for formatting code).
2. **API change:** A `ParserConfig` object replaces the parameters `display_images`, `dedpulicate_captions`, `display_links` and `indentation` in `get_text()` and for initializing the `Inscriptis` class.
python

from lxml.html import fromstring
from inscriptis.model.config import ParserConfig

html_tree = fromstring(html)
optional parser configuration fine tuning
config = ParserConfig(display_links=True, display_anchors=True)
parser = Inscriptis(html_tree, config)
text = parser.get_text()

3. command line client:
- added option for displaying anchor links
- `--encoding` not sets the HTML and output encoding
- new `--version` option
4. Web service
- use the related CSS profile per default
- added `version` call
5. Documentation fixes and improvements

1.0

Based on inscriptis for Python v1.1.2

See https://github.com/weblyzard/inscriptis/releases/tag/1.1.2

0.0.4.1.1

Use the `extended` indentation strategy per default as outlined in the README.md.

0.0.4.1

- improved indentation, if span and div tags are used
- support for custom rendering styles
- improved documentation
- use travis for auto CI
- requires Python 2.7+ or Python 3.5+ since lxml does not support Python 3 versions <3.5

0.0.4.0

* Correctly handle nested tables and line breaks (e.g. due to enumerations, list or paragraph breaks) in tables.
* Improved content stripping.

Please take a look at the [Rendering](https://github.com/weblyzard/inscriptis/blob/master/RENDERING.md) document for an overview of how Inscriptis renders different tables.

0.0.3.8

* use requests for URL fetching (this addresses 17 and prevents `403` responses with some Web servers).

Page 4 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.