Skip to content

Commit 37824e6

Browse files
committed
updated notebook
1 parent 804dd7d commit 37824e6

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**Novalad** is an AI-powered platform that transforms chaotic, unstructured files—such as PDFs and PowerPoints—into beautifully organized, machine-readable data 💡. Designed for developers, data teams, and enterprises, Novalad efficiently handles complex layouts, tables, graphs, and multi-format data using a multi-model, map-reduce approach 🧩.
66

77
---
8-
[![Google Colab](https://img.shields.io/badge/Colab-Notebook-F9AB00?logo=google-colab&logoColor=white)](https://colab.research.google.com/gist/connectaman/b18d3d16d4a02862bf3e4b001a163547/novalad-demo.ipynb)
8+
[![Google Colab](https://img.shields.io/badge/Colab-Notebook-F9AB00?logo=google-colab&logoColor=white)](https://colab.research.google.com/gist/connectaman/92cbb44bcb17a474e32ce9c194effb97/novalad-demo.ipynb)
99
[![PyPI version](https://img.shields.io/pypi/v/novalad)](https://pypi.org/project/novalad/)
1010
[![Python Version](https://img.shields.io/pypi/pyversions/novalad)](https://pypi.org/project/novalad/)
1111
[![GitHub](https://img.shields.io/badge/GitHub-Repo-181717?logo=github&logoColor=white)](https://github.com/novaladai/novalad)

notebook/process_upload.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@
12311231
},
12321232
{
12331233
"cell_type": "code",
1234-
"execution_count": 6,
1234+
"execution_count": null,
12351235
"metadata": {},
12361236
"outputs": [
12371237
{
@@ -1308,7 +1308,8 @@
13081308
"source": [
13091309
"from novalad import render_elements\n",
13101310
"\n",
1311-
"render_elements(path,json_response, save_dir=r\"C:\\Users\\conne\\OneDrive\\Desktop\\Wave\")"
1311+
"render_elements(path,json_response)\n",
1312+
"# pass save_dir=r\"folder_path\" if you want to save the output image"
13121313
]
13131314
},
13141315
{

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "novalad"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "Novalad: AI-powered platform for transforming unstructured documents like PDFs and PowerPoints into machine-readable, structured data."
55
authors = ["Novalad <info@novalad.ai>"]
66
license = "Apache-2.0"
@@ -12,7 +12,7 @@ keywords = ["AI", "PDF", "PowerPoint", "data extraction", "document parsing", "u
1212

1313
[tool.poetry.urls]
1414
"API Docs" = "https://novalad.apidog.io/"
15-
"Google Colab" = "https://colab.research.google.com/gist/connectaman/b18d3d16d4a02862bf3e4b001a163547/novalad-demo.ipynb"
15+
"Google Colab" = "https://colab.research.google.com/gist/connectaman/92cbb44bcb17a474e32ce9c194effb97/novalad-demo.ipynb"
1616

1717
[tool.poetry.dependencies]
1818
python = ">=3.8"

0 commit comments

Comments
 (0)