No reviews yetBe the first to leave a review for PDF Utilities is a free PDF toolset
Maker
π
Hi Product Hunt! I built PDFGit.com as a free, all-in-one PDF toolbox that runs entirely in your browser.
No uploads to a server, no sign-ups, no file size limits β everything happens locally on your machine using WebAssembly and JavaScript libraries. Your files never leave your computer.
It currently has 12 tools: merge, split, compress, convert, edit, watermark, OCR, and more. I'd love feedback on which tools to add next, or any bugs you find. Thanks for checking it out!
Report
How does the OCR actually handle scanned docs with mixed languages, and is there any file size or page limit I should know about for the free version?
Report
Maker
@muammer1177418Β Great question! Here's exactly how it works under the hood:
Mixed languages: The OCR runs entirely in your browser on Tesseract.js. It uses a hybrid approach β the tool first checks if a page already has embedded text (digital PDFs skip OCR entirely), and only runs recognition on pages that are actual scanned images, rendered at 2x scale for better accuracy. Currently the recognition engine is set to English, so English-dominant documents with European Latin accents (French, German, Spanish, etc.) work great, but non-English scripts like Chinese, Japanese, or Arabic aren't recognized yet. Multi-language support is on the roadmap β Tesseract itself supports 100+ languages, so it's coming, not an engine limitation.
Limits: There's no "free version" vs. paid β everything on PDFGit is free, no signup, no usage caps. The only hard limit is 50 MB per file. There's no page-count limit, but since all processing happens locally in your device's memory, very large scans (hundreds of pages at 300 DPI) get slower and depend on your hardware β a progress bar shows exactly where it is. And because nothing ever gets uploaded, your documents stay on your device the whole time.
Report
the no-upload approach is genuinely thoughtful, especially for sensitive docs. loving that OCR and watermark tools live right in the browser without any friction.
Report
Maker
@ftavukcuyo70638Β Thanks so much! That's exactly what we set out to build β every tool (merge, compress, OCR, watermark, sign, rotate, and the rest) runs 100% in the browser, so nothing ever touches a server. For sensitive docs like contracts, medical records, or tax forms, that removes the whole "is my file sitting on someone's server?" worry.
If you get a chance, also try the image stamp for signing PDFs or the tiled watermark for confidential documents β same zero-upload guarantee. And if anything feels less than friction-free, I'd love to hear about it so we can fix it. Thanks for trying PDFGit!
How does the OCR actually handle scanned docs with mixed languages, and is there any file size or page limit I should know about for the free version?
@muammer1177418Β Great question! Here's exactly how it works under the hood:
Mixed languages: The OCR runs entirely in your browser on Tesseract.js. It uses a hybrid approach β the tool first checks if a page already has embedded text (digital PDFs skip OCR entirely), and only runs recognition on pages that are actual scanned images, rendered at 2x scale for better accuracy. Currently the recognition engine is set to English, so English-dominant documents with European Latin accents (French, German, Spanish, etc.) work great, but non-English scripts like Chinese, Japanese, or Arabic aren't recognized yet. Multi-language support is on the roadmap β Tesseract itself supports 100+ languages, so it's coming, not an engine limitation.
Limits: There's no "free version" vs. paid β everything on PDFGit is free, no signup, no usage caps. The only hard limit is 50 MB per file. There's no page-count limit, but since all processing happens locally in your device's memory, very large scans (hundreds of pages at 300 DPI) get slower and depend on your hardware β a progress bar shows exactly where it is. And because nothing ever gets uploaded, your documents stay on your device the whole time.
the no-upload approach is genuinely thoughtful, especially for sensitive docs. loving that OCR and watermark tools live right in the browser without any friction.
@ftavukcuyo70638Β Thanks so much! That's exactly what we set out to build β every tool (merge, compress, OCR, watermark, sign, rotate, and the rest) runs 100% in the browser, so nothing ever touches a server. For sensitive docs like contracts, medical records, or tax forms, that removes the whole "is my file sitting on someone's server?" worry.
If you get a chance, also try the image stamp for signing PDFs or the tiled watermark for confidential documents β same zero-upload guarantee. And if anything feels less than friction-free, I'd love to hear about it so we can fix it. Thanks for trying PDFGit!