Metadata-Version: 2.1
Name: PDF4Cat
Version: 0.3.9
Summary: PDF4Cat Simple and Power tool for processing pdf docs using PyMuPDF
Home-page: https://github.com/BlackCatDevel0per/PDF4Cat
Author: bcdev
Author-email: bcdev@mail.ru
Project-URL: Bug Tracker, https://github.com/BlackCatDevel0per/PDF4Cat/issues
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# PDF4Cat
PDF4Cat Simple and Power tool for processing pdf docs using PyMuPDF

# Planing add
- [ ] CLI
- [ ] Async work & optimizations
## PDF:
- [X] Merge
- [X] Split
- [X] Rotate
- [ ] Edit Pages
- [X] Delete Pages and save to pdf(from pdf)
- [X] Extract Pages and save to pdf(from pdf)
- [X] Protect (Encrypt)
- [X] Unlock (Decrypt)
- [X] Compress (Flate)

## Other things:
- [X] OCR pdf
- [X] Pdf to Images
- [X] Images to pdf
### Add actions with docs:
- [X] DOCX
- [X] POWER POINT
- [ ] OPEN OFFICE DOCS

## Note: before use OCR run: 

### Install Tesseract.

### Locate Tesseract’s language support folder. Typically you will find it here:
Windows: C:\Program Files\Tesseract-OCR\tessdata
#
Unix systems: /usr/share/tesseract-ocr/4.00/tessdata

### Set the environment variable TESSDATA_PREFIX
Windows: set TESSDATA_PREFIX=C:\Program Files\Tesseract-OCR\tessdata
#
Unix systems: export TESSDATA_PREFIX=/usr/share/tesseract-ocr/4.00/tessdata

