Create a pipeline to upload a report from the log. I'm thinking the easiest way would be with a small web app that does the following:
- Home page shows instructions to upload a report and an upload box
- Images and PDFs can be dragged and dropped onto the upload box
- After the report has been uploaded, the server will extract the text and display it in CSV, JSON, and plain text.
Afterwards, we might be able to start adding the data to the API with a cron job.
Create a pipeline to upload a report from the log. I'm thinking the easiest way would be with a small web app that does the following:
Afterwards, we might be able to start adding the data to the API with a cron job.