https://github.com/maciejwalkowiak/spring-cloud-aws-textract-ocr-sample
Sample OCR application build on the top of Spring Boot, Spring Cloud AWS and AWS Textract
https://github.com/maciejwalkowiak/spring-cloud-aws-textract-ocr-sample
Last synced: 3 months ago
JSON representation
Sample OCR application build on the top of Spring Boot, Spring Cloud AWS and AWS Textract
- Host: GitHub
- URL: https://github.com/maciejwalkowiak/spring-cloud-aws-textract-ocr-sample
- Owner: maciejwalkowiak
- Created: 2022-06-14T08:59:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-14T09:05:57.000Z (over 3 years ago)
- Last Synced: 2025-01-07T22:53:36.464Z (9 months ago)
- Language: Java
- Size: 59.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OCR Application Sample
Sample OCR application build on the top of Spring Boot, [Spring Cloud AWS](https://github.com/awspring/spring-cloud-aws) and [AWS Textract](https://aws.amazon.com/textract/).
**Note:** this sample uses Spring Cloud AWS 3.0 (which has not been yet released).
## How to Run
Create an S3 bucket and put your bucket name to `src/main/resources/application.properties` under `app.bucket` property.
Run application with:
```
./mvnw spring-boot:run
```