DarcDocs is a Python application that transforms PDFs with custom colors for comfortable reading in any environment.
- π¨ Custom Background Colors - Choose any color for your PDF background
- β¨ Custom Text Colors - Select the perfect text color for readability
- πΌοΈ Preserved Images - Keep images in their original form
- π Enhanced Borders & Tables - Automatically detect and convert structural elements
- π Batch Processing - Transform multiple PDFs at once
- π Live Preview - See how your color choices look before processing
- π Modern UI - Intuitive drag-and-drop interface with real-time feedback
- Clone this repository
- Install the required dependencies, and run the application through streamlit on localhost:
pip install -r requirements.txt
streamlit run app.py