Skip to content

Commit ec53f25

Browse files
committed
minor adjustments
1 parent aafa492 commit ec53f25

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

10-Understanding-BDA/11_getting_started_with_bda.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"outputs": [],
6565
"source": [
66-
"%pip install \"boto3>=1.37.6\" itables==2.2.4 PyPDF2==3.0.1 --upgrade -q"
66+
"%pip install --no-warn-conflicts \"boto3>=1.37.6\" itables==2.2.4 PyPDF2==3.0.1 --upgrade -q"
6767
]
6868
},
6969
{

10-Understanding-BDA/12_standard_output_extended.ipynb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"outputs": [],
6666
"source": [
67-
"%pip install \"boto3>=1.37.6\" itables==2.2.4 PyPDF2==3.0.1 --upgrade -q"
67+
"%pip install --no-warn-conflicts \"boto3>=1.37.6\" itables==2.2.4 PyPDF2==3.0.1 --upgrade -q"
6868
]
6969
},
7070
{
@@ -1022,11 +1022,9 @@
10221022
"source": [
10231023
"## Conclusion\n",
10241024
"\n",
1025-
"We explored the standard output of BDA for documents which can be configured and allows us to detailled insights about a document and its structure, like headers, sections, paragraphs, tables, figures, charts, etc.\n",
1025+
"We explored the standard output of BDA for documents which can be configured to provide us to detailled insights about a document and its structure, like headers, sections, paragraphs, tables, figures, charts, etc.\n",
10261026
"\n",
1027-
"It does not only detect these elements but als interprets these elements, e.g. by giving a description of a figures, or by extracting the chart depicted values into a structured table. This structured output is very powerful \n",
1028-
"\n",
1029-
"This allows"
1027+
"It does not only detect these elements but als interprets these elements, e.g. by giving a description of a figures, or by extracting the chart depicted values into a structured table. This structured output is very powerful."
10301028
]
10311029
},
10321030
{

10-Understanding-BDA/13_custom_outputs_and_blueprints.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
},
9999
"outputs": [],
100100
"source": [
101-
"%pip install \"boto3>=1.37.6\" itables==2.2.4 PyPDF2==3.0.1 --upgrade -qq"
101+
"%pip install --no-warn-conflicts \"boto3>=1.37.6\" itables==2.2.4 PyPDF2==3.0.1 --upgrade -qq"
102102
]
103103
},
104104
{

0 commit comments

Comments
 (0)