Skip to main content

A simple configuration manager with Pydantic and JSON export.

Project description

OCR & LLM Parser

A powerful Python package for parsing and processing documents using multiple providers:

  • Mistral OCR — Extracts text from PDFs and images with high accuracy.
  • LangChain — Processes or summarizes text using LLMs.
  • Llama Parser — Advanced parsing with Markdown or text output.
  • HuggingFace — OCR and document question answering with transformer models.

The package provides a unified interface so you can switch between providers easily using a factory pattern.


🚀 Features

  • Extract text from PDFs or images
  • Summarize or process text using LLMs
  • Support for Markdown or plain text output
  • Plug-and-play factory to switch providers without changing much code
  • Handles environment variable loading for API keys automatically

🔑 Tokens

Create a .env file in your project root and add the API keys for the services you want to use.

Mistral OCR

MISTRAL-OCR-API-TOKEN=your_mistral_api_key

Llama Parser

LLAMA-PARSER-API-TOKEN=your_llama_parser_api_key

HuggingFace

HF-API-TOKEN=your_huggingface_api_key

Only include the keys for the providers you plan to use.


🛠️ Usage

from HowdenParser import ParserFactory

from pathlib import Path

parser = ParserFactory.get_parser("mistralocr:", result_type="md") text = parser.parse(Path("document.pdf")) print(text)

if HowdenConfig package being used

config: Config = Config(parameter=Parameter())

parser = Parser.create(config.parameter)

text = parser.parse(Path("document.pdf"))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

howdenparser-3.1.1.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

howdenparser-3.1.1-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file howdenparser-3.1.1.tar.gz.

File metadata

  • Download URL: howdenparser-3.1.1.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.4 CPython/3.10.11 Windows/10

File hashes

Hashes for howdenparser-3.1.1.tar.gz
Algorithm Hash digest
SHA256 12eadd6fc594d6b471bccfa52754cdc5a26e6c13c61c8a1934fa3df750390f54
MD5 ae1fd173f22fbadd0fc2f20e8840d1b8
BLAKE2b-256 c2dfb8b4fd61ca1e6c07e514376336dbea5a00d64813dbfc98aad44784030dcb

See more details on using hashes here.

File details

Details for the file howdenparser-3.1.1-py3-none-any.whl.

File metadata

  • Download URL: howdenparser-3.1.1-py3-none-any.whl
  • Upload date:
  • Size: 6.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.4 CPython/3.10.11 Windows/10

File hashes

Hashes for howdenparser-3.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2743b04f7ceb79963e6506b80eb70d82bb3fea47f8ed22fee8abbfc080689d94
MD5 866c1c8e00e0ec3ee04efdac4443f198
BLAKE2b-256 27a4f14f5729acf312b87021f56d419f9e643ac995670c294b2174bc73cb0728

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page