You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use visitor functions to control which part of a page you want to process and extract. The visitor functions you provide will get called for each operator or for each text fragment.
46
+
You can use visitor functions to control which part of a page you want to process and extract. The visitor functions
47
+
you provide will get called for each operator or for each text fragment.
38
48
39
49
The function provided in argument visitor_text of function extract_text has five arguments:
40
50
* text: the current text (as long as possible, can be up to a full line)
@@ -110,7 +120,7 @@ def visitor_svg_rect(op, args, cm, tm):
0 commit comments