Skip to content

mechnicov/parser-manager

Repository files navigation

Parser manager

Description

Parser gets PDF, DOC, DOCX or HTML file via API and saves parsed data to the database.

Implemented in Ruby 3.0.1 using Active Record and PostgreSQL.

Launching

  1. Download or clone repo. Install all dependencies and prepare database
$ bin/setup

Fill your credentials into env

  1. Run the server
$ bundle exec rackup
  1. Send POST request to http://127.0.0.1:9292/api/v1/parse

You can also use docker

$ docker-compose up

API documentation is available on http://127.0.0.1:9292/docs

License

MIT – see LICENSE

Contacts

Email me at

'dcdl-snotynu?fl`hk-bnl'.each_char.map(&:succ).join

About

Parser manager for parsing DOC, DOCX, PDF or HTML files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published