Dinoliwww
Results
1
comments of
Dinoliwww
Thank you Ingr! it looks fine now. I changed the demo code like this ========= from openparse import processing class MyIngestionPipeline(processing.IngestionPipeline): def __init__(self): self.transformations = [ processing.RemoveTextInsideTables(), processing.CombineNodesSpatially(criteria="either_stub"), processing.CombineBullets(), processing.CombineHeadingsWithClosestText(),...