@extends('admin.layouts.app') @section('title', 'Upload Regulation Document') @section('breadcrumbs') Dashboard Regulation Documents Upload @endsection @section('content')

Upload Regulation Document

Upload a PDF (scanned or digital) or Word file. GPT-4o will automatically extract zone rules.

@if($errors->any())
@endif
@csrf
Give a clear name identifying the regulation document and its year.
Drag & drop your file here, or
Supported: PDF (digital or scanned), DOC/DOCX (Word). Max 50 MB.
Scanned PDFs: GPT-4o Vision will perform OCR automatically.
What happens after upload
  1. Text is extracted from the document (OCR for scanned files)
  2. GPT-4o analyzes the text and extracts all zone rules (FAR, setbacks, floors, permitted uses, etc.)
  3. You review the extracted rules and approve or reject them
  4. Approved rules are pushed into the Zone Rules database
Cancel
@endsection