hosseinzzzzz's picture
using the deepseek-ai/DeepSeek-OCR Model in https://huggingface.co/deepseek-ai/DeepSeek-OCR
af9ae49 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PDF Squeeze Pro - OCR Magic Compressor</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
</head>
<body class="min-h-screen bg-gradient-to-br from-blue-50 to-indigo-100">
<custom-navbar></custom-navbar>
<main class="container mx-auto px-4 py-8">
<!-- Hero Section -->
<section class="text-center mb-16">
<h1 class="text-5xl md:text-6xl font-bold text-gray-800 mb-6">
PDF Squeeze <span class="text-indigo-600">Pro</span>
</h1>
<p class="text-xl text-gray-600 mb-8 max-w-2xl mx-auto">
Transform your bulky PDFs into sleek, optimized files using advanced OCR technology.
Compress without losing quality - magic at your fingertips! ✨
</p>
<!-- Upload Zone -->
<div class="max-w-2xl mx-auto bg-white rounded-2xl shadow-xl p-8 border-2 border-dashed border-indigo-200 hover:border-indigo-400 transition-all duration-300">
<div class="flex flex-col items-center justify-center py-12">
<i data-feather="upload-cloud" class="w-16 h-16 text-indigo-500 mb-4"></i>
<h3 class="text-2xl font-semibold text-gray-800 mb-2">Drop your PDF here</h3>
<p class="text-gray-500 mb-6">or click to browse your files</p>
<input type="file" id="pdfUpload" accept=".pdf" class="hidden">
<button onclick="document.getElementById('pdfUpload').click()"
class="bg-indigo-600 hover:bg-indigo-700 text-white font-semibold py-3 px-8 rounded-full transition-all duration-300 transform hover:scale-105 shadow-lg">
Choose PDF File
</button>
</div>
</div>
</section>
<!-- Features Grid -->
<section class="mb-16">
<h2 class="text-3xl font-bold text-center text-gray-800 mb-12">Why Choose Our OCR Compressor?</h2>
<div class="grid md:grid-cols-3 gap-8">
<!-- Feature 1 -->
<div class="bg-white p-6 rounded-xl shadow-lg hover:shadow-xl transition-all duration-300 transform hover:-translate-y-2">
<div class="w-12 h-12 bg-indigo-100 rounded-lg flex items-center justify-center mb-4">
<i data-feather="zap" class="text-indigo-600"></i>
</div>
<h3 class="text-xl font-semibold text-gray-800 mb-3">Lightning Fast OCR</h3>
<p class="text-gray-600">Advanced optical character recognition that works in seconds, not minutes.</p>
</div>
<!-- Feature 2 -->
<div class="bg-white p-6 rounded-xl shadow-lg hover:shadow-xl transition-all duration-300 transform hover:-translate-y-2">
<div class="w-12 h-12 bg-indigo-100 rounded-lg flex items-center justify-center mb-4">
<i data-feather="compass" class="text-indigo-600"></i>
</div>
<h3 class="text-xl font-semibold text-gray-800 mb-3">Smart Compression</h3>
<p class="text-gray-600">Intelligent algorithms that reduce file size while maintaining perfect readability.</p>
</div>
<!-- Feature 3 -->
<div class="bg-white p-6 rounded-xl shadow-lg hover:shadow-xl transition-all duration-300 transform hover:-translate-y-2">
<div class="w-12 h-12 bg-indigo-100 rounded-lg flex items-center justify-center mb-4">
<i data-feather="shield" class="text-indigo-600"></i>
</div>
<h3 class="text-xl font-semibold text-gray-800 mb-3">Secure & Private</h3>
<p class="text-gray-600">Your files are processed securely and deleted automatically after compression.</p>
</div>
</div>
</section>
<!-- Stats Section -->
<section class="bg-indigo-600 rounded-2xl p-8 text-white mb-16">
<div class="grid md:grid-cols-4 gap-6 text-center">
<div>
<div class="text-3xl font-bold mb-2">98%</div>
<div class="text-indigo-200">Compression Success Rate</div>
</div>
<div>
<div class="text-3xl font-bold mb-2">50M+</div>
<div class="text-indigo-200">PDFs Processed</div>
</div>
<div>
<div class="text-3xl font-bold mb-2">2.5s</div>
<div class="text-indigo-200">Average Processing Time</div>
</div>
<div>
<div class="text-3xl font-bold mb-2">99.9%</div>
<div class="text-indigo-200">OCR Accuracy</div>
</div>
</div>
</section>
<!-- How It Works -->
<section class="mb-16">
<h2 class="text-3xl font-bold text-center text-gray-800 mb-12">How It Works</h2>
<div class="grid md:grid-cols-4 gap-8">
<div class="text-center">
<div class="w-16 h-16 bg-indigo-600 text-white rounded-full flex items-center justify-center mx-auto mb-4 text-xl font-bold">1</div>
<h3 class="text-lg font-semibold text-gray-800 mb-2">Upload PDF</h3>
<p class="text-gray-600">Drag & drop or select your PDF file</p>
</div>
<div class="text-center">
<div class="w-16 h-16 bg-indigo-600 text-white rounded-full flex items-center justify-center mx-auto mb-4 text-xl font-bold">2</div>
<h3 class="text-lg font-semibold text-gray-800 mb-2">OCR Processing</h3>
<p class="text-gray-600">Advanced text recognition and optimization</p>
</div>
<div class="text-center">
<div class="w-16 h-16 bg-indigo-600 text-white rounded-full flex items-center justify-center mx-auto mb-4 text-xl font-bold">3</div>
<h3 class="text-lg font-semibold text-gray-800 mb-2">Smart Compression</h3>
<p class="text-gray-600">Intelligent size reduction algorithms</p>
</div>
<div class="text-center">
<div class="w-16 h-16 bg-indigo-600 text-white rounded-full flex items-center justify-center mx-auto mb-4 text-xl font-bold">4</div>
<h3 class="text-lg font-semibold text-gray-800 mb-2">Download</h3>
<p class="text-gray-600">Get your optimized PDF instantly</p>
</div>
</div>
</section>
</main>
<custom-footer></custom-footer>
<script src="components/navbar.js"></script>
<script src="components/footer.js"></script>
<script src="script.js"></script>
<script>
feather.replace();
// Vanta.js Globe Background
VANTA.GLOBE({
el: "body",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x5a67d8,
backgroundColor: 0xf7fafc,
size: 0.8
});
</script>
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
</body>
</html>