Skip to content

Commit f60a554

Browse files
committed
Updated README.md
1 parent f032f29 commit f60a554

2 files changed

Lines changed: 23 additions & 45 deletions

File tree

README.md

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
1-
<div align="center">
2-
<h1>Datalab CLI</h1>
3-
<p><strong>Convert, extract, and process documents from the command line</strong></p>
4-
5-
<p>
6-
<a href="https://crates.io/crates/datalab-cli"><img src="https://img.shields.io/crates/v/datalab-cli.svg" alt="Crates.io"></a>
7-
<a href="https://github.com/dipankar/datalab-cli/actions"><img src="https://github.com/dipankar/datalab-cli/workflows/CI/badge.svg" alt="CI"></a>
8-
<a href="https://github.com/dipankar/datalab-cli/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License"></a>
9-
<a href="https://crates.io/crates/datalab-cli"><img src="https://img.shields.io/crates/d/datalab-cli.svg" alt="Downloads"></a>
10-
</p>
11-
12-
<p>
13-
<a href="#installation">Installation</a> •
14-
<a href="#quick-start">Quick Start</a> •
15-
<a href="#usage">Usage</a> •
16-
<a href="https://github.com/dipankar/datalab-cli/tree/main/documentation">Documentation</a>
17-
</p>
18-
</div>
1+
# Datalab CLI
2+
3+
**Convert, extract, and process documents from the command line**
4+
5+
[![Crates.io](https://img.shields.io/crates/v/datalab-cli.svg)](https://crates.io/crates/datalab-cli)
6+
[![CI](https://github.com/dipankar/datalab-cli/workflows/CI/badge.svg)](https://github.com/dipankar/datalab-cli/actions)
7+
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/dipankar/datalab-cli/blob/main/LICENSE)
8+
[![Downloads](https://img.shields.io/crates/d/datalab-cli.svg)](https://crates.io/crates/datalab-cli)
9+
10+
[Installation](#installation) | [Quick Start](#quick-start) | [Usage](#usage) | [Documentation](https://github.com/dipankar/datalab-cli/tree/main/documentation)
1911

2012
---
2113

@@ -218,6 +210,4 @@ MIT License - see [LICENSE](LICENSE) for details.
218210

219211
---
220212

221-
<div align="center">
222-
<p>Built with Rust • Powered by <a href="https://www.datalab.to">Datalab</a></p>
223-
</div>
213+
Built with Rust | Powered by [Datalab](https://www.datalab.to)

documentation/docs/index.md

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,41 +6,29 @@ A powerful command-line interface for converting, extracting, and processing doc
66

77
## Features
88

9-
<div class="grid cards" markdown>
9+
### Document Conversion
1010

11-
- :material-file-document-multiple:{ .lg .middle } **Document Conversion**
11+
Convert PDFs, images, and documents to markdown, HTML, JSON, or semantic chunks with high accuracy.
1212

13-
---
13+
[Learn more](tutorials/convert-documents.md)
1414

15-
Convert PDFs, images, and documents to markdown, HTML, JSON, or semantic chunks with high accuracy.
15+
### Structured Extraction
1616

17-
[:octicons-arrow-right-24: Learn more](tutorials/convert-documents.md)
17+
Extract structured data from documents using JSON schemas. Get exactly the fields you need.
1818

19-
- :material-database-search:{ .lg .middle } **Structured Extraction**
19+
[Learn more](tutorials/extract-data.md)
2020

21-
---
21+
### Smart Caching
2222

23-
Extract structured data from documents using JSON schemas. Get exactly the fields you need.
23+
Built-in file-based caching reduces API costs on repeated requests. Pay once, query many.
2424

25-
[:octicons-arrow-right-24: Learn more](tutorials/extract-data.md)
25+
[Learn more](concepts/caching.md)
2626

27-
- :material-cached:{ .lg .middle } **Smart Caching**
27+
### Agent-Friendly
2828

29-
---
29+
JSON output to stdout, progress events to stderr. Designed for piping and AI agent integration.
3030

31-
Built-in file-based caching reduces API costs on repeated requests. Pay once, query many.
32-
33-
[:octicons-arrow-right-24: Learn more](concepts/caching.md)
34-
35-
- :material-robot:{ .lg .middle } **Agent-Friendly**
36-
37-
---
38-
39-
JSON output to stdout, progress events to stderr. Designed for piping and AI agent integration.
40-
41-
[:octicons-arrow-right-24: Learn more](tutorials/agent-integration.md)
42-
43-
</div>
31+
[Learn more](tutorials/agent-integration.md)
4432

4533
---
4634

0 commit comments

Comments
 (0)