Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ArtifexSoftware/pdf2docx
/ extend
Method
extend
pdf2docx/common/Collection.py:51–53 ·
view source on GitHub ↗
(self, instances:list)
Source
from the content-addressed store, hash-verified
49
50
51
def
extend(self, instances:list):
52
if
not instances:
return
53
for
instance in instances: self.append(instance)
54
55
56
def
reset(self, instances:list=None):
Callers
15
__init__
Method · 0.95
reset
Method · 0.95
extract_tables
Method · 0.80
process_font
Method · 0.80
parse_section
Method · 0.80
extract_tables
Method · 0.80
extract_raw_dict
Method · 0.80
parse
Method · 0.80
clean_up
Method · 0.80
assign_to_tables
Method · 0.80
collect_stream_lines
Method · 0.80
_hide_page_text_and_images
Method · 0.80
Calls
1
append
Method · 0.95
Tested by
no test coverage detected