Skip to content

Instantly share code, notes, and snippets.

@sifat007
Last active March 21, 2026 12:41
Show Gist options
  • Select an option

  • Save sifat007/cf72d5e248e0f09fd01d8ba4a5b5631a to your computer and use it in GitHub Desktop.

Select an option

Save sifat007/cf72d5e248e0f09fd01d8ba4a5b5631a to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - Scanner: Doc to Image</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
max-width: 700px;
margin: 40px auto;
padding: 0 20px;
color: #333;
line-height: 1.6;
}
h1 { font-size: 1.8em; }
h2 { font-size: 1.2em; margin-top: 2em; }
p { margin: 0.8em 0; }
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p><strong>App:</strong> Scanner: Doc to Image</p>
<p><strong>Last updated:</strong> March 21, 2026</p>
<h2>Overview</h2>
<p>Scanner: Doc to Image is a simple document scanning app. We are committed to protecting your privacy. This policy explains what data is collected and how it is used.</p>
<h2>Data We Do Not Collect</h2>
<p>We do not collect, store, or transmit any personal information. All document scanning happens entirely on your device. Scanned images are saved directly to your camera roll and are never uploaded to any server.</p>
<h2>Advertising</h2>
<p>This app uses Google AdMob to display advertisements. AdMob may collect certain device information and identifiers to serve ads. You will be asked for permission to track your activity before any personalized ads are shown. If you decline, non-personalized ads will be shown instead.</p>
<p>For more information on how Google uses data, please visit: <a href="https://policies.google.com/privacy">https://policies.google.com/privacy</a></p>
<h2>In-App Purchases</h2>
<p>The app offers a one-time purchase to remove ads. All purchases are processed securely by Apple. We do not have access to your payment information.</p>
<h2>Camera and Photo Library</h2>
<p>The app requires access to your camera to scan documents and access to your photo library to save scanned images. This data stays on your device and is never shared with us or any third party.</p>
<h2>Children's Privacy</h2>
<p>This app does not knowingly collect any information from children under 13.</p>
<h2>Contact</h2>
<p>If you have any questions about this privacy policy, please contact us at: <a href="mailto:tarequl.buet@gmail.com">tarequl.buet@gmail.com</a></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment