Skip to main content
Elements of the separators array are objects describing separators detected on a page, i.e. stripes and lines that form tables or separate document sections.
PropertyData typeDescription
positionrectCoordinates of the rectangular region on the document where the separator is located.
confidenceconfidenceThis value is always equal to -1.
colorintegerThe color of the separator.
thicknessintegerThe width of the separator in pixels.
typestring enumSeparator type. Possible values: unknown, solid, dotted
endPointsobjectThe coordinates of the start and end points of the separator in pixels. Properties (integer data type): startX, startY, endX, endY