-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add simple pdf extraction service #1070
Conversation
I haven't yet resolved the multipart pass through issue but have found a workaround for now. Need to add additional documentation as well. |
The major outstanding follow up task is to integrate this service as part of the orchestration. Especially if actually want this to work on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Java side looks good - just a few small comments on it to do before this is finalized. I took a quick look at the front end stuff but someone else may want to comment there, and I'm not sure about python 😂
...are/uncharted/terarium/hmiserver/proxies/pdfextractionservice/PDFExtractionServiceProxy.java
Outdated
Show resolved
Hide resolved
...i-server/src/main/java/software/uncharted/terarium/hmiserver/resources/DownloadResource.java
Outdated
Show resolved
Hide resolved
...i-server/src/main/java/software/uncharted/terarium/hmiserver/resources/DownloadResource.java
Show resolved
Hide resolved
I still need an check @YohannParis . Take a peak at this and see if it's a-ok. |
After a careful review of those 1000+ lines of code, I approve. |
Description
Description
Added a local pdf extraction service in Python/Flask
Added tera-drag-n-drop component to the project - v0 of setting up for user uploading.
Resolves #(issue)
Issue 1020
import_resource.webm