88</p >
99
1010<div align =" center " >
11- <a href =" https://www.npmjs.com/package/lightfeed-extract " >
12- <img src="https://img.shields.io/npm/v/lightfeed-extract ?logo=npm" alt="npm" /></a>
13- <a href =" https://github.com/lightfeed/lightfeed-extract /actions/workflows/test.yml " >
14- <img src="https://img.shields.io/github/actions/workflow/status/lightfeed/lightfeed-extract /test.yml?branch=main"
11+ <a href =" https://www.npmjs.com/package/@ lightfeed/extractor " >
12+ <img src="https://img.shields.io/npm/v/@ lightfeed/extractor ?logo=npm" alt="npm" /></a>
13+ <a href =" https://github.com/lightfeed/extractor /actions/workflows/test.yml " >
14+ <img src="https://img.shields.io/github/actions/workflow/status/lightfeed/extractor /test.yml?branch=main"
1515 alt="Test status (main branch)"></a>
16- <a href =" https://github.com/lightfeed/lightfeed-extract /blob/main/LICENSE " >
17- <img src="https://img.shields.io/github/license/lightfeed/lightfeed-extract " alt="License" /></a>
16+ <a href =" https://github.com/lightfeed/extractor /blob/main/LICENSE " >
17+ <img src="https://img.shields.io/github/license/lightfeed/extractor " alt="License" /></a>
1818</div >
1919<div >
2020 <p align =" center " >
5151## Installation
5252
5353``` bash
54- npm install lightfeed-extract
54+ npm install @ lightfeed/extractor
5555```
5656
5757## Hosted Version
@@ -69,7 +69,7 @@ While this library provides a robust foundation for data extraction, you might w
6969### Basic Example
7070
7171``` typescript
72- import { extract , ContentFormat , LLMProvider } from " lightfeed-extract " ;
72+ import { extract , ContentFormat , LLMProvider } from " @ lightfeed/extractor " ;
7373import { z } from " zod" ;
7474
7575async function main() {
@@ -335,7 +335,7 @@ The function returns a string containing the markdown conversion of the HTML con
335335#### Example
336336
337337``` typescript
338- import { convertHtmlToMarkdown , HTMLExtractionOptions } from " lightfeed-extract " ;
338+ import { convertHtmlToMarkdown , HTMLExtractionOptions } from " @ lightfeed/extractor " ;
339339
340340// Basic conversion
341341const markdown = convertHtmlToMarkdown (" <h1>Hello World</h1><p>This is a test</p>" );
@@ -377,7 +377,7 @@ safeSanitizedParser<T>(schema: ZodTypeAny, rawObject: unknown): z.infer<T> | nul
377377```
378378
379379``` typescript
380- import { safeSanitizedParser } from " lightfeed-extract " ;
380+ import { safeSanitizedParser } from " @ lightfeed/extractor " ;
381381import { z } from " zod" ;
382382
383383// Define a product catalog schema
0 commit comments