diff --git a/docs/batch.rst b/docs/batch.rst index 7144246e..9d484790 100644 --- a/docs/batch.rst +++ b/docs/batch.rst @@ -202,6 +202,13 @@ Alternatives - `Watchman `__ is a more powerful alternative to ``watchmedo``. +AWS Lambda is not viable +------------------------ + +AWS Lambda and its equivalents have low limits on execution time and payload +size, relative to OCRmyPDF's needs. As of this writing, the request/response +payload for AWS Lambda was 6 MB, which means many PDFs will not fit. + macOS Automator ===============