Skip to content

Commit

Permalink
Upgrade dependencies and update documentation
Browse files Browse the repository at this point in the history
- Upgrade coverage to 7.6.12
- Upgrade langchain-core to 0.3.35
- Upgrade pytest-cov to 5.0.0
- Update README.md with improved setup instructions
- Minor documentation cleanup in changelog
  • Loading branch information
heyaibi committed Feb 17, 2025
1 parent c22fc09 commit b26f65d
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 102 deletions.
23 changes: 9 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ https://anyparser.com
pip install anyparser-langchain
```

## Setup

Before running the examples, make sure to set your Anyparser API credentials as environment variables:

```bash
export ANYPARSER_API_KEY="your-api-key"
export ANYPARSER_API_URL="https://anyparserapi.com"
```

## Anyparser LangChain Examples

This `examples` directory contains examples demonstrating different ways to use the Anyparser LangChain integration.
Expand All @@ -25,15 +34,6 @@ python examples/07_ocr_json.py
python examples/08_crawler.py
```

## Setup

Before running the examples, make sure to set your Anyparser API credentials as environment variables:

```bash
export ANYPARSER_API_KEY="your-api-key"
export ANYPARSER_API_URL="https://anyparserapi.com"
```

## Examples

### 1. Single File Processing
Expand All @@ -60,11 +60,6 @@ export ANYPARSER_API_URL="https://anyparserapi.com"
- Folder processing
- Metadata handling

### OCR Capabilities
- Language support (ISO 639-2 codes)
- OCR presets (fast, balanced, scan)
- Image and table extraction

### Web Crawling
- Basic crawling with depth and scope control
- Advanced URL and content filtering
Expand Down
5 changes: 0 additions & 5 deletions changelogs/v0.0.2-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ export ANYPARSER_API_URL="https://anyparserapi.com"
- Folder processing
- Metadata handling

### OCR Capabilities
- Language support (ISO 639-2 codes)
- OCR presets (fast, balanced, scan)
- Image and table extraction

### Web Crawling
- Basic crawling with depth and scope control
- Advanced URL and content filtering
Expand Down
Loading

0 comments on commit b26f65d

Please sign in to comment.