-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Is your feature request related to a problem? Please describe.
We are just starting out and need to create the base project structure to separate the frontend (browser extension) and backend (document processing) code.
Describe the solution you'd like
Create two main folders:
backend/
- Will handle
- Document upload
- Text extraction using OCR
- Field detection and mapping
- (Later) Security and privacy handling
frontend/
- Will provide a UI (as a browser extension) where:
- Users can upload official documents (PDFs/images)
- Extracted fields from backend are used to auto-fill web forms
This folder separation will help us work on both parts independently and scale modularly.
Describe alternatives you've considered
No major alternatives — this is the standard and cleanest way to begin.
Additional context
This is part of a larger idea to build an automated web form filler that parses official documents and auto-fills forms to save users time during repetitive online tasks (like job applications, visa forms, onboarding, etc.).
Metadata
Metadata
Assignees
Labels
No labels