Giter Site home page Giter Site logo

matching's Introduction

What does this do?

The goal of this python package is to rename PDF files according to a list of resembling names. The use case is the following. Files should be named according to names in a list, but you got the file names corrupted because, e.g. they were automatically generated after an OCR process.

Install

Run the following command in terminal:

pip install --upgrade git+https://github.com/FMuro/matching.git#egg=matching

Use this command to update the package too.

How to use

We must have the following things:

  • A folder myfolder with all PDF files.
  • A text file names.txt whose lines resemble the PDF files's names.
matching --list path/to/names.txt --folder path/to/myfolder

The output is a folder myfolder_matched within the current location containing the renamed PDF files.

The option -v prints a list of the form file name | matched name | score in decreasing failure likelihood order for you to check if there are errors.

You can get help by running:

matching -h

Testing

You can test this package by downloading the test folder and running the following commands:

cd test
rm -rf myfolder_matched
matching -v -l names.txt -f myfolder
ls myfolder_matched

Remove

pip uninstall matching

matching's People

Contributors

fmuro avatar

Watchers

 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.