Adding new Processor - Image / screenshot comparison (disabled for this release) (#3680)

This commit is contained in:
dgtlmoon
2025-12-30 18:03:52 +01:00
committed by GitHub
parent fefaf40514
commit a94560190f
64 changed files with 5519 additions and 380 deletions
@@ -7,7 +7,7 @@ import re
import urllib3
from changedetectionio.conditions import execute_ruleset_against_all_plugins
from changedetectionio.processors import difference_detection_processor
from ..base import difference_detection_processor
from changedetectionio.html_tools import PERL_STYLE_REGEX, cdata_in_document_to_text, TRANSLATE_WHITESPACE_TABLE
from changedetectionio import html_tools, content_fetchers
from changedetectionio.blueprint.price_data_follower import PRICE_DATA_TRACK_ACCEPT
@@ -19,6 +19,8 @@ urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
name = 'Webpage Text/HTML, JSON and PDF changes'
description = 'Detects all text changes where possible'
processor_weight = -100
list_badge_text = "Text"
JSON_FILTER_PREFIXES = ['json:', 'jq:', 'jqraw:']