Search all my documents{PDF}.
searchive-app is an Electron app. This app include client and server.
Install searchive app from release page
- Download from Latest Release
Launch by yarn run app
.
yarn install
yarn run app
This repository is a monorepo.
Package | Version |
---|---|
pdf-to-json |
|
searchive-cli |
|
searchive-client |
|
searchive-server |
|
searchive-web-api-interface |
|
searchive-create-index |
yarn install
yarn run bootstrap
Publish Searchive-app.
Need to create .env
in packages/searchive-app dir.
GH_TOKEN="XXXX"
And publish it.
yarn run publish
See Releases page.
Install devDependencies and Run npm test
:
npm i -d && npm test
Pull requests and stars are always welcome.
For bugs and feature requests, please create an issue.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT © azu