initial update, video snapshotting reduced

This commit is contained in:
timothyafolami
2024-08-15 21:18:38 +01:00
parent ae151a2eff
commit 179e51070a
8 changed files with 276 additions and 34 deletions
+17 -3
View File
@@ -559,10 +559,24 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": []
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"12\n"
]
}
],
"source": [
"# testing something out\n",
"path = '12.pdf'\n",
"# splitting to get the doc name\n",
"doc_name = path.split('/')[-1].split('.')[0]\n",
"print(doc_name)"
]
},
{
"cell_type": "code",