First non-alpha release.
- Breaking change: the order of arguments for `s3-ocr index <bucket> <database_file>` has been swapped, for consistency with other commands. [9](https://github.com/simonw/s3-ocr/issues/9)
- Breaking change: the `start` command no longer defaults to processing every `.pdf` file in the bucket. It now accepts a list of keys, or use the `--all` option to process every PDF file. [10](https://github.com/simonw/s3-ocr/issues/10)
- New `s3-ocr fetch <bucket> <path>` command for fetching the raw OCR JSON data for that file. [7](https://github.com/simonw/s3-ocr/issues/7)
- New `s3-ocr text <bucket> <path>` command for outputting just the extracted OCR text for a specified file. [8](https://github.com/simonw/s3-ocr/issues/8)