Manual:Pywikibot/djvutext.py/de

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

djvutext.py extracts the ocr text from a djvu page image and uploads it to the corresponding page in the page namespace on Wikisource. In order for the bot to function, a djvu file must be in the same folder pywikibot runs from and it must be identical to the djvu used for the index file on Wikisource.

On a blank page this script will leave a blank page and set the pagequality level=0 (without text) and the user= to the name of your bot (e.g. <pagequality level="0" user="DougBot" />).

Parameter

Die folgenden Parameter werden unterstützt:

-ask Ask for confirmation before uploading each page. (Default: ask when overwriting pages)
-djvu:... Filename of the local djvu file (i.e. in your PWB folder)
-index:... Name der Indexseite auf Wikisource
-pages:‎<tag>-‎<tag> Page range to upload; ‎<end> is optional (e.g. "-pages:1-"), and ‎<start> is optional if end is stated

All other parameters will be regarded as part of the title of a single page, and the bot will only work on that single page.

Core only parameters

-summary:... custom edit summary. Use quotes if edit summary contains spaces.
-force overwrites existing text; optional, default False
-always don't ask to confirm any of the changes