tshrinivasan / OCR4wikisource

OCR for WikiSource using Google Drive OCR
GNU General Public License v2.0
33 stars 24 forks source link

Proposal:add edit summery at mediawiki_uploader.py "OCR added" #31

Closed jayantanth closed 8 years ago

jayantanth commented 8 years ago

Please add the edit summery as default to mediawiki_uploader.py "OCR added"

tshrinivasan commented 8 years ago

What is the content to be added along with the text to add the edit summary?

is there any wiki syntax for this?

jayantanth commented 8 years ago

Here some example for python https://www.mediawiki.org/wiki/API:Edit/Editing_with_Python

tshrinivasan commented 8 years ago

Added a parameter in config.ini as edit_summary in version 1.39

Fill that and run mediawiki_uploader.py

jayantanth commented 8 years ago

Thanks , edit summery added successfully :+1: