// we need to allow the table nodes to be ignored
// since they are automatically ignored recursively, this is the only node we worry about.
options.getIgnoredHtmlElements().add(IgnoredHtmlElement.create("table"));
}
converter = new DocumentConverter(options);
}