Skip to content

The file content analysis library is provided for the full-text search function of document management.

License

Notifications You must be signed in to change notification settings

linuxdeepin/docparser

Repository files navigation

docparser

docparser is a document parser library.It is ported from document2html.

Dependencies

Build dependencies

The master branch is current development branch, build dependencies may changes without update README.md, refer to ./debian/control for a working build depends list

  • qtbase5-dev
  • qt5-qmake
  • pkg-config
  • libpoppler-cpp-dev

Installation

Build from source code

  1. Make sure you have installed all dependencies.

Package name may be different between distros, if docpraser is available from your distro, check the packaging script delivered from your distro is a better idea.

Assume you are using Deepin or other debian-based distro which got docparser delivered:

$ apt build-dep docparser
  1. Build:
$ cd docparser
$ mkdir Build
$ cd Build
$ cmake ..
$ make
  1. Install:
$ sudo make install

Documentations

Getting help

Getting involved

We encourage you to report issues and contribute changes

License

docparser is licensed under LGPL-3.0-or-later

About

The file content analysis library is provided for the full-text search function of document management.

Resources

License

Stars

Watchers

Forks

Packages

No packages published