Skip to content

yaxyobekuz/image-ocr-client

Repository files navigation

Image OCR - Free Online Text Extraction Tool

🚀 Extract text from images instantly with our powerful OCR (Optical Character Recognition) technology.

🌟 Features

  • Instant Text Extraction: Upload an image and get text results in seconds
  • Multiple Upload Methods:
    • Drag and drop
    • Click to browse
    • Paste from clipboard
    • Load from URL
  • Format Support: PNG, JPG, JPEG
  • Free API Access: Public API available at imageocr.mysrv.uz
  • Fast & Accurate: Powered by advanced OCR technology
  • No Registration Required: Start extracting text immediately

🔗 Links

🚀 Quick Start

Development

npm install
npm run dev

Production Build

npm run build
npm run preview

🛠️ Tech Stack

  • Vite - Fast build tool and dev server
  • Vanilla JavaScript - No framework dependencies
  • Modern CSS - Clean and responsive design
  • OCR API - Powered by imageocr.mysrv.uz

📦 Project Structure

image-ocr-client/
├── public/
│   ├── robots.txt
│   ├── sitemap.xml
│   └── manifest.json
├── src/
│   ├── fonts/
│   ├── scripts/
│   │   └── index.js
│   └── styles/
│       └── index.css
├── index.html
├── vite.config.js
└── package.json

🌐 API Usage

Free public API endpoint:

const apiEndpoint = "https://imageocr.mysrv.uz/api/ocr/process";

// Example: Upload image for OCR
const formData = new FormData();
formData.append('image', imageFile);

fetch(apiEndpoint, {
  method: 'POST',
  body: formData
})
.then(response => response.json())
.then(data => console.log(data.text));

🎯 SEO Optimized

  • Meta tags for all major social platforms
  • Structured data (JSON-LD)
  • Semantic HTML
  • Accessibility features (ARIA labels)
  • Sitemap and robots.txt
  • PWA manifest
  • Fast loading times

📱 Progressive Web App (PWA)

Install the app on your device for offline access and a native-like experience.

🤝 Contributing

Contributions, issues, and feature requests are welcome!

📄 License

ISC License

👨‍💻 Author

Yaxyobek


⭐ Star this repo if you find it useful!

About

Instant, free OCR to extract text from images with API access.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published