Public
Like
Jpegconversionfrtb
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v9View latest version
A web application that allows users to upload JPEG images and convert them to HTML using OCR (Optical Character Recognition).
- Drag and drop file upload for JPEG images
- Multiple file upload support
- OCR text recognition using Tesseract.js
- HTML output generation with proper formatting
- Downloadable HTML files
- Progress tracking for OCR processing
├── backend/
│ └── index.ts # Main API server with file upload and OCR processing
├── frontend/
│ ├── index.html # Main HTML template
│ ├── index.tsx # Frontend React application
│ └── style.css # Custom styles
└── README.md
- Visit the application URL
- Drag and drop JPEG files or click to select files
- Wait for OCR processing to complete
- Download the generated HTML file containing the extracted text
- Backend: Hono.js for API routes
- Frontend: React with TypeScript
- OCR: Tesseract.js for text recognition
- Styling: TailwindCSS