Giter Club home page Giter Club logo

qrworker's Introduction

QRWorker

Обработка PDF файлов присланных "Честным знаком"

Установка

git clone "https://github.com/jezman/qrworker"
cd qrworker
pip install -r requirements.txt

Возможности

  • Разделяет PDF файлы формата А4 с 4,6 или 8 этикетками на странице. Создает новый файл, формата этикетки, с 1 этикеткой на странице, для возможности печати на принтере
  • Считывает коды из PDF, сохраняет в отдельный файл

Пример

usage: qrworker.py [-h] [-n {4,6,8}] [-c] files [files ...]

positional arguments:
  files

optional arguments:
  -h, --help            show this help message and exit
  -n {4,6,8}, --number {4,6,8}
                        number QR codes per page
  -c, --codes           save codes in file
python3 qrworker.py to_split1.pdf to_split2.pdf to_split3.pdf -n 6 -c

Splitted complete: Splitted_to_split1.pdf
Parse complete, codes saved: to_split1.txt
Splitted complete: Splitted_to_split2.pdf
Parse complete, codes saved: to_split2.txt
Splitted complete: Splitted_to_split3.pdf
Parse complete, codes saved: to_split3.txt

License

MIT © 2020 jezman

qrworker's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.