Skip to content

shiumachi/pdf2text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdf2text

Converts text files to PDF format.

Installation

To install pdf2text, you can use the following command:

python -m venv .venv
python -m pip install -U pip setuptools wheel poetry
poetry install

Usage

usage: pdf2text.py [-h] -i INPUT [-o OUTPUT] [-s MAX_SIZE]

Extract text from a PDF file.

options:
  -h, --help            show this help message and exit
  -i INPUT, --input INPUT
                        Path to the input PDF file.
  -o OUTPUT, --output OUTPUT
                        Path to the output text file.
  -s MAX_SIZE, --max-size MAX_SIZE
                        Maximum size of each output file in kilobytes (default: 400).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages