Outils OCR externe

Même si JDownloader possède son propre module AntiCaptcha très puissant (JAC),il peut être utile d'utiliser un outil “3rd Party Tools” externe pour la reconnaissance des Captchas. Cela est devenu possible avec JDownloader 0.5.400.

Ouvrir le répertoire Captcha

Tous les modes Captchas sont rangés dans JD_HOME/jd/captcha/methods/

Créer un dossier de "Modes"

S'il n'existe pas encore de dossier pour votre hébergeur désiré, créez en un nouveau. Exemple : si vous voulez utiliser un OCR externe pour l'hébergeur “http://samplehost.com”, créez un dossier nommé : “samplehost.com”

Créer un fichier info "InfoFiles"

Créez un fichier (JD_HOME/jd/captcha/methods/samplehost.com/jacinfo.xml).
:!:
Si le fichier existe déjà, car c'est un fichier officiel de JD, vous devrez créer un second fichier vide (JD_HOME/jd/captcha/methods/samplehost.com/jacinfo.xml.noupdate), pour que JD ne réécrive pas sur le fichier.

Contenu de jacinfo.xml:

  • PARAMETRES:OS


windows,mac or linux.
exemple : le mode peut être utilisé sur mac ou linux: PARAMETRES:OS = linux,mac

  • PARAMETRES:LIGNE DE COMMANDE


chemin correspondant à l'outil externe
Exemple : tools\windows\captcha\samplehost.com\ocr.bat

  • PARAMETRES:IMAGE DE REFERENCE


Chemin correspondant, indique l'endroit où JD doit déplacer l'image référence.
Exemple: tools\windows\captcha\samplehost.com\samplehost.gif

  • PARAMETRES:FICHIER FINAL


Chemin correspondant à un fichier texte. L'outil externe doit sauvegarder dans ce fichier.
Exemple : tools\windows\captcha\samplehost.com\result.txt

<jDownloader>
  <method type="extern" os="PARAMETER:OS" />
  <command cmd="PARAMETER:COMMANDLINE" src="PARAMETER:IMAGESOURCE" dst="PARAMETER:RESULTFILE" />
</jDownloader>

Redémarrer JDownloader. Vous pouvez désormais utiliser votre OCR externe.

fr/knowledge/wiki/development/captcha/extern-captcha-method.txt · Dernière modification: 2016/06/27 16:33 (édition externe)