fardage / Clasificar

πŸ“‘ Sort pdf documents automatically!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

Clasificar

Sort pdf documents automatically!
View Blog Post

About The Project

Sorting PDF files can be boring and tedious. Clasificar analyzes your file structure and sorts your documents into the appropriate folders. Are your PDFs not searchable? No problem, the app runs OCR on your files.

Clasificar.mp4

Built With

Features

  • Sorting with a Bayesian Classifier
  • Optical Character Recognition on PDF-Files
  • Concurrent File Processing
  • Caching Document Text

Download

macOS

Build

To get a local copy up and running follow these simple steps.

Prerequisites

macOS

brew install tesseract tesseract-lang poppler

Installation

  1. Clone the repo

    git clone https://github.com/fardage/Clasificar.git
  2. Install NPM packages

    npm install
  3. Build

    npm run make

Contributing

Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

About

πŸ“‘ Sort pdf documents automatically!

License:MIT License


Languages

Language:JavaScript 88.6%Language:HTML 10.9%Language:CSS 0.5%