OCR Runner Application
This application allows you to specify PDF or TIFF documents to upload to your Google Storage bucket and run optical character recognition (OCR) analysis on it.
All operations will be done in your Google Storage Bucket specified in application.properties:
Note: You may specify any PDF document via the following methods:
- Documents accessible online through "http://" (e.g. https://www.example.com/document.pdf)
- Documents on filesystem via "file:/" (e.g. file:/absolute/path/to/file.pdf)
- Documents on Google Cloud Storage via "gs://" (e.g. gs://your-gcs-bucket/path/to/file.pdf)
- PDFs in the application resources/ directory through "classpath:" (e.g. classpath:test_pdfs/test.pdf)