elm.ords.extraction.apply

ELM Ordinance function to apply ordinance extraction on a document

Functions

check_for_ordinance_info(doc, text_splitter, ...)

Parse a single document for ordinance information.

extract_ordinance_text_with_llm(doc, ...)

Extract ordinance text from document using LLM.

extract_ordinance_text_with_ngram_validation(...)

Extract ordinance text for a single document with known ord info.

extract_ordinance_values(doc, **kwargs)

Extract ordinance values for a single document with known ord text.