Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
/ Clasificar Public archive

๐Ÿ“‘ Sort pdf documents automatically!

License

Notifications You must be signed in to change notification settings

fardage/Clasificar

Repository files navigation


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.