Go to file
zacc806 fd72392833 Update README.md 2023-08-08 11:57:06 +06:00
.github Initial commit 2023-08-07 18:10:10 +06:00
cmaprsrc Initial commit 2023-08-07 18:10:10 +06:00
docs Initial commit 2023-08-07 18:10:10 +06:00
pdfminer Initial commit 2023-08-07 18:10:10 +06:00
samples Initial commit 2023-08-07 18:10:10 +06:00
tests Initial commit 2023-08-07 18:10:10 +06:00
tools Initial commit 2023-08-07 18:10:10 +06:00
venv Initial commit 2023-08-07 18:10:10 +06:00
.flake8 Initial commit 2023-08-07 18:10:10 +06:00
.gitignore Initial commit 2023-08-07 18:10:10 +06:00
CHANGELOG.md Initial commit 2023-08-07 18:10:10 +06:00
CONTRIBUTING.md Initial commit 2023-08-07 18:10:10 +06:00
LICENSE Initial commit 2023-08-07 18:10:10 +06:00
MANIFEST.in Initial commit 2023-08-07 18:10:10 +06:00
Makefile Initial commit 2023-08-07 18:10:10 +06:00
README.md Update README.md 2023-08-08 11:57:06 +06:00
mypy.ini Initial commit 2023-08-07 18:10:10 +06:00
noxfile.py Initial commit 2023-08-07 18:10:10 +06:00
requirements.txt Initial commit 2023-08-07 18:10:10 +06:00
setup.py Initial commit 2023-08-07 18:10:10 +06:00
some.py Initial commit 2023-08-07 18:10:10 +06:00
Запрос № 01-7.1_654 от 25.07.2023 (BTS).pdf Initial commit 2023-08-07 18:10:10 +06:00
Запрос № 01-7.1_654 от 25.07.2023 (BTS).pdf:Zone.Identifier Initial commit 2023-08-07 18:10:10 +06:00
Исх. № 0145-07-23 от 13.07.2023г. битум ГПК.pdf Initial commit 2023-08-07 18:10:10 +06:00
Исх. № 0145-07-23 от 13.07.2023г. битум ГПК.pdf:Zone.Identifier Initial commit 2023-08-07 18:10:10 +06:00
Исх_№_0145_07_23_от_13_07_2023г_ДТ_Бенкала.pdf Initial commit 2023-08-07 18:10:10 +06:00
Исх_№_0145_07_23_от_13_07_2023г_ДТ_Бенкала.pdf:Zone.Identifier Initial commit 2023-08-07 18:10:10 +06:00

README.md

How to use

  • Install Python 3.6 or newer.

  • Install pdfminer.six.

    pip install pdfminer.six

  • (Optionally) install extra dependencies for extracting images.

    pip install 'pdfminer.six[image]'

  • Install poppler

    sudo apt-get update sudo apt-get install poppler-utils

  • Install pytesseract sudo apt-get install tesseract-ocr