- `s3-ocr start` now automatically pauses and then retries if Textract complains that there are too many jobs running. This can be turned into an early exit with an error message using the new `--no-retry` option. [21](https://github.com/simonw/s3-ocr/issues/21)
- New `s3-ocr start --dry-run` option for displaying what would happen without starting the OCR process. [22](https://github.com/simonw/s3-ocr/issues/22)
- Textract now runs in the same region as the S3 bucket it is writing to, avoiding an error. [24](https://github.com/simonw/s3-ocr/issues/24)