Liking cljdoc? Tell your friends :D

ragtacts.loader.doc


get-textclj

(get-text path-or-input-stream)

Return the text of a document. PDF, DOCX, and other formats are supported.

Returns:

  • A map with the following keys:
    • :id: A string with the document id.
    • :text: A string with the document text.
    • :metadata: A map with the document metadata.
Return the text of a document. PDF, DOCX, and other formats are supported.

Returns:
 - A map with the following keys:
   - `:id`: A string with the document id.
   - `:text`: A string with the document text.
   - `:metadata`: A map with the document metadata.
sourceraw docstring

stop-watchclj

(stop-watch pool)
source

watchclj

(watch {:keys [path last-change]} callback)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close