-
-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
kiku edited this page Nov 1, 2025
·
2 revisions
DocStripper web application requires no installation! Just visit: https://kiku-jw.github.io/DocStripper/
- Modern browser with JavaScript enabled
- For Smart Clean mode: WebGPU support (most modern browsers)
- Chrome/Edge 113+
- Firefox 110+
- Safari 18+
-
.txt- Plain text files (automatic) -
.docx- Microsoft Word documents (automatic) -
.pdf- PDF files (automatic, uses PDF.js library - no installation needed)
- Python 3.9 or higher
- (Optional) For PDF support:
pdftotextfrom poppler-utils
-
Clone the repository:
git clone https://github.com/kiku-jw/DocStripper.git cd DocStripper -
Install PDF support (optional):
macOS:
brew install poppler
Ubuntu/Debian:
sudo apt-get install poppler-utils
Windows: Download from poppler-windows releases
-
Verify installation:
python tool.py --help
python --version # Should be 3.9 or higher- Smart Clean not working? Check if your browser supports WebGPU
- Model not loading? Ensure you have a stable internet connection for the first-time download
- "pdftotext not found" → Install poppler-utils (see above)
- Permission denied → Make sure Python is in your PATH
- Import errors → Ensure you're using Python 3.9+
- Read the Usage Guide
- Check out Examples
- Explore API Documentation