Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ipitio committed Oct 17, 2024
1 parent 44bfa12 commit e38698b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
" ocr2pdf\n",
"</a></h1>\n",
"\n",
"**Convert images and scans to searchable PDFs!**\n",
"**OCRmyPDF and Merge it**\n",
"\n",
"---\n",
"\n",
Expand Down Expand Up @@ -67,7 +67,7 @@
" ![ -d \"drive/MyDrive/ocr-pdf\" ] || mkdir \"drive/MyDrive/ocr-pdf\"\n",
" !\\cp -r \"pdf/done/\"* \"drive/MyDrive/ocr-pdf/\"\n",
"\n",
"if len(converted) == 1 and os.path.isfile(\"$pdf/done/\" + converted[0]):\n",
"if len(converted) == 1 and os.path.isfile(\"pdf/done/\" + converted[0]):\n",
" files.download(\"pdf/done/\" + converted[0])\n",
"elif len(converted) > 0:\n",
" !zip -r \"pdf.zip\" \"pdf/done\"\n",
Expand Down

0 comments on commit e38698b

Please sign in to comment.