Future Scanning Work
Open
Assets
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 62
- Avg merge
- 24m
- Merged PRs (30d)
- 1
Description
Thor's proposal
scan-to-email sends the PDF to email
my email parser calls my cloudrun service that stores it in Cloud Storage, sets a firestore setting to pending
eventarc kicks off a CloudEvent as a triggered from a new file being saved in Cloud Storage
Processing service in CloudRun moves the file to documents (could do other stuff like OCR) and sets the firestore to done and add the URL to access the document
My Nuxt app has a useScanDocument composable that is tied to the firestore db
The Client UI updates automatically to show a new doc is ready to process in the Q
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.