EnConvert bundle for Langflow
lfx-enconvert adds six EnConvert components to Langflow.
EnConvert renders web pages and files into agent-ready data, and puts a render_quality
honesty score (0.0–1.0) on every read — so a blocked or empty page comes back flagged, not trusted.
Components
| Component | Endpoint | What it does |
|---|---|---|
| Perceive URL | POST /v2/perceive |
A page → markdown, structured data, screenshot, PDF, links… with a render_quality score |
| Web Search | POST /v2/search |
Web / news / images / scholar / patents / maps results |
| Discover URLs | POST /v2/discover |
Map a site (sitemap, crawl, hybrid) into a list of URLs |
| Extract Structured | POST /v2/distill |
Typed data from pages against a JSON schema |
| Convert File to Markdown | POST /v1/convert/anything-to-markdown |
Any file URL → clean markdown |
| Convert File to PDF | POST /v1/convert/anything-to-pdf |
Any file URL → PDF |
Install
pip install lfx-enconvert
Langflow auto-discovers the bundle at server start. The six components appear under the EnConvert bundle in the component sidebar — no config, no manual registration.
API key
Each component has an EnConvert API Key field. Use a private key (sk_…) from your
dashboard; public pk_ keys are rejected.
Store it once as a Langflow global variable and select it in the key field, so it never
lives in the flow JSON.
Publishing / distribution
Building, publishing to PyPI, the single-file drop-in route, and the optional core PR are all in the deploy guide.
Licence
Release files for lfx-enconvert 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| lfx_enconvert-0.0.1.tar.gz | 6.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| lfx_enconvert-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:20.9 kB
Release files / lfx_enconvert-0.0.1.tar.gz
| Download URL | lfx_enconvert-0.0.1.tar.gz |
|---|---|
| Size | 6.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e7a86ee3f93008a4e1d77d3dd19cf215f88eef5ebb37d92d8e3231ff84258ce7
|
|
BLAKE2b-256 checksum How to use checksums |
1f00f28c3c3643edc56d1441dc25d61d6bf148a6d2fce7e45e4abb921fee2ab7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.2
|
Release files / lfx_enconvert-0.0.1-py3-none-any.whl
| Download URL | lfx_enconvert-0.0.1-py3-none-any.whl |
|---|---|
| Size | 14.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
23b1da5a5cd1653e5c1b3b27a650869ecc4315963728a89abc9442e53a2ace32
|
|
BLAKE2b-256 checksum How to use checksums |
123ecaa611815a79bdd0a274d81bd2167b843d702811564ead5547df2462ff7e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.2
|