Skip to main content

An integration package connecting PaddleOCR and LangChain

Project description

langchain-paddleocr

PyPI - Version PyPI - License PyPI - Downloads

This package provides access to PaddleOCR's capabilities within the LangChain ecosystem.

Quick Install

pip install langchain-paddleocr

Basic Usage

PaddleOCRVLLoader

The PaddleOCRVLLoader enables you to:

  • Extract text and layout information from PDF and image files using models from Baidu's PaddleOCR-VL series (e.g., PaddleOCR-VL, PaddleOCR-VL-1.5)
  • Process documents from local files or remote URLs

Basic usage of PaddleOCRVLLoader looks as follows:

from langchain_paddleocr import PaddleOCRVLLoader
from pydantic import SecretStr

loader = PaddleOCRVLLoader(
    file_path="path/to/document.pdf",
    api_url="your-api-endpoint",
    access_token=SecretStr("your-access-token")  # Optional if using environment variable `PADDLEOCR_ACCESS_TOKEN`
)

docs = loader.load()

for doc in docs[:2]:
    print(f"Content: {doc.page_content[:200]}...")
    print(f"Source: {doc.metadata['source']}")
    print("---")

📖 Documentation

For full documentation, see the LangChain Docs.

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

langchain_paddleocr-0.1.2.tar.gz (361.8 kB view details)

Uploaded Source

Built Distribution

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

langchain_paddleocr-0.1.2-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

Details for the file langchain_paddleocr-0.1.2.tar.gz.

File metadata

  • Download URL: langchain_paddleocr-0.1.2.tar.gz
  • Upload date:
  • Size: 361.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for langchain_paddleocr-0.1.2.tar.gz
Algorithm Hash digest
SHA256 d48bba454fb209b259b1ed8c2879f942660f42e8d942c130fa35c94d2c68a0f7
MD5 3181fc2aee9015b9c942aa132cf2c97a
BLAKE2b-256 b9594ae93c9c151dac12081cb6a79ec35896aa4ffdd88ff864ab7b35121ddd6c

See more details on using hashes here.

File details

Details for the file langchain_paddleocr-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for langchain_paddleocr-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0190ae9e79b7495027a89d214baa62db68c8e75b4bf8b743b9416012822d898b
MD5 6118f79f8b7d82189ddde6fb0049f43b
BLAKE2b-256 f9a3abb95df28446ed52294ba45361c0367b843510d7d2e1f65f6737a28f9f34

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