File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 10
10
Retrieve scanned documents along with information extracted with OCR engine. Store the images and let recipient
11
11
services fetch the new data.
12
12
13
+ ## Getting Started
14
+ ### Prerequisites
15
+
16
+ - [ JDK 17] ( https://www.oracle.com/java )
17
+ - Project requires Spring Boot v3.x to be present
18
+
19
+ ### Installation
20
+ - Clone the repository
21
+ - Ensure all required environment variables have been set.
22
+
23
+ ## Quick Start (Alternative)
24
+ An alternative faster way getting started is by using the automated setup script. This script will help set up all
25
+ bulk scan/print repos including bulk-scan-processor and its dependencies.
26
+ See [ common-dev-env-bsbp] ( https://github.com/hmcts/common-dev-env-bsbp ) repository for more information.
27
+ Once set up script has ran successfully you can move the bulk-scan-processor from the newly created
28
+ common-dev-env-bsbp/apps directory to your desired location.
29
+
13
30
## Building and deploying the application
14
31
15
32
The project uses [ Gradle] ( https://gradle.org ) as a build tool. It already contains
You can’t perform that action at this time.
0 commit comments