Skip to content

Commit

Permalink
words
Browse files Browse the repository at this point in the history
  • Loading branch information
ipitio committed Oct 17, 2024
1 parent e38698b commit 8b42f00
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,16 @@
"\n",
"This notebook is meant to be run on [Colab](https://colab.research.google.com/github/ipitio/ocr-pdf/blob/master/colab.ipynb). It will convert your files and can optionally save them to [Drive](https://drive.google.com/drive/my-drive) `/ocr-pdf`. Open the link above for more information.\n",
"\n",
"## Steps\n",
"## Note\n",
"\n",
"- To merge files, organize them into folders and zip each one\n",
" - The files in each zip will be merged in alphabetical order\n",
"- If you'd like to add any options for [OCRmyPDF](https://ocrmypdf.readthedocs.io/en/latest), append them to line 23 in the cell below\n",
"- The upload button will appear below the cell after running it\n",
"- At the end, you'll be offered a zip of the converted (and merged) files to download locally, whether or not Drive was connected\n",
"\n",
"To merge files, organize them into folders and zip each one. Ensure the files are named in alphabetical order, as they will be merged in that order. If you'd like to add any options for [OCRmyPDF](https://ocrmypdf.readthedocs.io/en/latest), append them to the `run` line in the cell below. At the end, you'll be offered a zip of the converted (and merged) files to download locally, whether or not Drive was connected.\n",
"\n",
"## Steps\n",
"\n",
"1. Run the cell below to get prompted to connect Drive and upload your files and/or zipped folders\n"
]
Expand Down

0 comments on commit 8b42f00

Please sign in to comment.