LICENSE
MANIFEST.in
README.md
pyproject.toml
stanford_edgar_parser/README.md
stanford_edgar_parser/__init__.py
stanford_edgar_parser/__main__.py
stanford_edgar_parser/_fragments.py
stanford_edgar_parser/_state.py
stanford_edgar_parser/ai.py
stanford_edgar_parser/api.py
stanford_edgar_parser/config.py
stanford_edgar_parser/hardcodes.py
stanford_edgar_parser/mcp_server.py
stanford_edgar_parser/orchestrator.py
stanford_edgar_parser/runtime.py
stanford_edgar_parser/sec_parser.py
stanford_edgar_parser/special_chars.py
stanford_edgar_parser.egg-info/PKG-INFO
stanford_edgar_parser.egg-info/SOURCES.txt
stanford_edgar_parser.egg-info/dependency_links.txt
stanford_edgar_parser.egg-info/entry_points.txt
stanford_edgar_parser.egg-info/requires.txt
stanford_edgar_parser.egg-info/top_level.txt
stanford_edgar_parser/agent_assets/claude/stanford-edgar-parser/SKILL.md
stanford_edgar_parser/agent_assets/codex/stanford-edgar-parser/SKILL.md
stanford_edgar_parser/agent_assets/codex/stanford-edgar-parser/agents/openai.yaml
stanford_edgar_parser/agent_assets/codex/stanford-edgar-parser/references/review.md
stanford_edgar_parser/multimarkdown/__init__.py
stanford_edgar_parser/multimarkdown/multimarkdown.py
stanford_edgar_parser/parsers/__init__.py
stanford_edgar_parser/parsers/html/__init__.py
stanford_edgar_parser/parsers/html/html.py
stanford_edgar_parser/parsers/html/postprocessing.py
stanford_edgar_parser/parsers/html/preprocessing.py
stanford_edgar_parser/parsers/html/table_cleaning.py
stanford_edgar_parser/parsers/ocr/__init__.py
stanford_edgar_parser/parsers/ocr/mistral_keys.py
stanford_edgar_parser/parsers/ocr/ocr.py
stanford_edgar_parser/parsers/ocr/ocr_utils.py
stanford_edgar_parser/parsers/plaintext/__init__.py
stanford_edgar_parser/parsers/plaintext/legacy_form_parsers.py
stanford_edgar_parser/parsers/plaintext/plaintext_parser.py
stanford_edgar_parser/parsers/sgml/__init__.py
stanford_edgar_parser/parsers/sgml/sgml_utils.py
stanford_edgar_parser/parsers/xml/__init__.py
stanford_edgar_parser/parsers/xml/fund_and_ownership.py
stanford_edgar_parser/parsers/xml/ownership.py
stanford_edgar_parser/parsers/xml/regulatory_forms.py
stanford_edgar_parser/utils/__init__.py
stanford_edgar_parser/utils/bootstrap.py
stanford_edgar_parser/utils/parse_stats.py
stanford_edgar_parser/utils/tokenizer.py