diff options
| author | Michael Peter Christen <mc@yacy.net> | 2023-11-05 02:16:40 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2023-11-05 02:16:40 +0100 |
| commit | 7db0534d8a0709a2903f1880e98aaa4657fbf462 (patch) | |
| tree | 78c424061799e516b215ff4c0e820ef188461950 /htroot/ConfigParser_p.html | |
| parent | 70e29937ef76b2f3c7f5061d71bb4b3ce740a361 (diff) | |
Added a zim parser to the surrogate import option.
You can now import zim files into YaCy by simply moving them
to the DATA/SURROGATE/IN folder. They will be fetched and after
parsing moved to DATA/SURROGATE/OUT.
There are exceptions where the parser is not able to identify the
original URL of the documents in the zim file. In that case the file
is simply ignored.
This commit also carries an important fix to the pdf parser and an
increase of the maximum parsing speed to 60000 PPM which should make it
possible to index up to 1000 files in one second.
Diffstat (limited to 'htroot/ConfigParser_p.html')
| -rw-r--r-- | htroot/ConfigParser_p.html | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/htroot/ConfigParser_p.html b/htroot/ConfigParser_p.html index a51ee1013..66a4665d3 100644 --- a/htroot/ConfigParser_p.html +++ b/htroot/ConfigParser_p.html @@ -51,27 +51,6 @@ </tr> </table> </fieldset> -<fieldset><legend id="parser">PDF Parser Attributes</legend> -<p> - This is an experimental setting which makes it possible to split PDF documents into individual index entries. - Every page will become a single index hit and the url is artifically extended with a post/get attribute value containing - the page number as value. When such an url is displayed within a search result, then the post/get attribute is transformed into an anchor hash link. - This makes it possible to view the individual page directly in the pdf.js viewer built-in into firefox, - for reference see https://github.com/mozilla/pdf.js/wiki/Viewer-options -</p> -<table border="0"> - <tr class="TableCellLight"> - <td class="small" align="right" width="90">Split PDF</td> - <td class="small" align="left" width="300"><input type="checkbox" name="individualPages" #(individualPages)#::checked="checked" #(/individualPages)#/></td> - </tr> - <tr class="TableCellLight"> - <td class="small" align="right">Property Name</td> - <td class="small" align="left"><input type="text" name="individualPagePropertyname" value="#[individualPagePropertyname]#"/></td> - </tr> - <tr class="TableCellDark"> - <td colspan="3" class="small" ><input type="submit" name="pdfSettings" value="Submit" class="btn btn-primary"/></td> - </tr> -</table> </form> #%env/templates/footer.template%# </body> |
