Page raster rendering and visual debugging overlays.
Page raster rendering and visual debugging overlays.
(copy pi)Deep-copy a PageImage and its raster.
Deep-copy a PageImage and its raster.
(debug-tablefinder pi)(debug-tablefinder pi table-settings)Overlay detected edges, intersections, tables, and cells.
Overlay detected edges, intersections, tables, and cells.
(draw-circle pi point)(draw-circle pi [x y] opts)Draw a circle centered at [x y].
Draw a circle centered at `[x y]`.
(draw-circles pi points)(draw-circles pi points opts)Draw a circle at each point in points.
Draw a circle at each point in `points`.
(draw-hline pi y)(draw-hline pi y opts)Draw a full-width horizontal rule at y.
Draw a full-width horizontal rule at `y`.
(draw-line pi line)(draw-line pi line opts)Draw a line from two points, a bbox, or a line-object map.
Draw a line from two points, a bbox, or a line-object map.
(draw-rect pi object)(draw-rect pi object opts)Draw a bbox or bounded object with optional fill and stroke.
Draw a bbox or bounded object with optional fill and stroke.
(draw-rects pi items)(draw-rects pi items opts)Draw each bbox or bounded object in items.
Draw each bbox or bounded object in `items`.
(draw-vline pi x)(draw-vline pi x opts)Draw a full-height vertical rule at x.
Draw a full-height vertical rule at `x`.
(outline-chars pi)(outline-chars pi opts)Outline characters extracted from the PageImage source.
Outline characters extracted from the PageImage source.
(outline-words pi)(outline-words pi opts)Outline words extracted from the PageImage source.
Outline words extracted from the PageImage source.
(page-image? x)True when x is a PageImage.
True when `x` is a PageImage.
(reset pi)Re-render the PageImage source without overlays.
Re-render the PageImage source without overlays.
(save pi dest)Write a PageImage as PNG and return the String or File destination.
Write a PageImage as PNG and return the String or File destination.
(show pi)Open a Swing preview window for a PageImage.
Open a Swing preview window for a PageImage.
(to-image source)(to-image source opts)Render a page or cropped page view as a PageImage.
Render a page or cropped page view as a PageImage.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |