Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtificialOwl committed Oct 11, 2016
1 parent 2e93c4d commit 39391f1
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
### Recognized file format:
- plain text,
- rtf,
- pdf, old pdf will requiert tesseract-ocr installed
- jpeg & tiff (will also requiert tesseract-ocr)
- pdf, old pdf will requiert Tesseract installed
- jpeg & tiff (will also requiert Tesseract)
- html,
- openoffice,
- microsoft office,
Expand All @@ -27,7 +27,7 @@
- Enable the app in the app list,
- Edit the settings in the administration page.
- Extract the current files from your cloud using the **./occ nextant:index** command
- Have a look to this [explanation on how Nextant works](https://github.com/daita/nextant/wiki/Extracting-&-Live-Update)
- Have a look to this [explanation on how Nextant works](https://github.com/daita/nextant/wiki/Extracting,-Live-Update)
- _(Optional)_ [Installing Tesseract](https://github.com/tesseract-ocr/tesseract/wiki) ([Optical Character Recognition](https://en.wikipedia.org/wiki/Optical_character_recognition) (OCR) Engine) will allow Nextant to extract text from image file and old pdf.


Expand Down
25 changes: 25 additions & 0 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@
<name>Nextant</name>
<summary>Navigate through your cloud using Solr</summary>
<description>
Navigate through your cloud using Solr

**Nextant** indexes your documents and your shared files to perform fast and concise _Full-Text Search_.

### Recognized file format:
- plain text,
- rtf,
- pdf, old pdf will requiert Tesseract installed
- jpeg, tiff (will also requiert Tesseract)
- html,
- openoffice,
- microsoft office,



## Installation

- [You first need to install a Solr servlet](https://github.com/daita/nextant/wiki)
- Download the .zip from the appstore, unzip and place this app in **nextcloud/apps/** (or clone the github and build the app yourself)
- Enable the app in the app list,
- Edit the settings in the administration page.
- Extract the current files from your cloud using the **./occ nextant:index** command
- Have a look to this [explanation on how Nextant works](https://github.com/daita/nextant/wiki/Extracting,-Live-Update)
- _(Optional)_ [Installing Tesseract](https://github.com/tesseract-ocr/tesseract/wiki) ([Optical Character Recognition](https://en.wikipedia.org/wiki/Optical_character_recognition) (OCR) Engine) will allow Nextant to extract text from image file and old pdf.

One to enable a Full-Text Search within your cloud.

Index your own files and your shared documents and perform fast and precise search using a Solr Servlet.
Expand Down
2 changes: 1 addition & 1 deletion templates/settings.admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<td><input type="checkbox" name="solr_live_extract"
id="solr_live_extract" value="1" style="margin: 10px;"> (<a
id="nextant_help_link"
href="https://github.com/daita/nextant/wiki/Extracting-&-Live-Update"
href="https://github.com/daita/nextant/wiki/Extracting,-Live-Update"
target="_blank">help</a>)</td>
</tr>

Expand Down

0 comments on commit 39391f1

Please sign in to comment.