You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This recipe covers all major cloud providers like Amazon, Dropbox, Google (Drive/Photos), Microsoft (Azure Blob Storage, OneDrive), Nextcloud (via WebDav), a network share of your choice (S/FTP) and many more by using Rclone.
Recipe for Scan2Cloud
This recipe covers all major cloud providers like Amazon, Dropbox, Google (Drive/Photos), Microsoft (Azure Blob Storage, OneDrive), Nextcloud (via WebDav), a network share of your choice (S/FTP) and many more by using Rclone.
for example Nextcloud via Webdav or Google Drive
in this example an OCR'd PDF using OCRmyPDF based on this recipe
The Scan2Cloud-line is:
file="scan_$(date +"%d_%m_%Y-%H_%M_Uhr").pdf" && ocrmypdf -l ${config.ocrLanguage} --deskew --rotate-pages --force-ocr - "$file" && rclone copy "$file" Your_Configured_Provider_or_Remote:/path/to/folder
We set a time-based filename, OCR the scan and send it via
rclone copy
toYour_Configured_Provider_or_Remote:/path/to/folder
You can even scan directly to your configured provider/remote by using rclone mount and redirecting your standard output using this recipe.
Thanks a ton again for this awesome project @sbs20 !
The text was updated successfully, but these errors were encountered: