Skip to main content

A Python package to extract text from images and PDFs using Vision Language Model (VLM).

Project description

Vlense

A Python package to extract text from images and PDFs using Vision Language Models (VLM).

Features

  • Extract text from images and PDFs
  • Supports JSON, HTML, and Markdown formats
  • Easy integration with Vision Language Models
  • Asynchronous processing with batch support
  • Custom JSON schema for structured output

Installation

pip install vlense

Usage

import os
import asyncio
from vlense import Vlense
from pydantic import BaseModel

path = ["./images/image1.jpg", "test.pdf"]
output_dir = "./output"
model = "gemini/gemini-1.5-flash"
temp_dir = "./temp_images"
os.environ["GEMINI_API_KEY"] = "YOUR_API_KEY"


async def main():
    vlense = Vlense()
    responses = await vlense.ocr(
        file_path=path,
        model=model,
        output_dir=output_dir,
        temp_dir=temp_dir,
        batch_size=3,
        clean_temp_files=False,
    )

if __name__ == "__main__":
    asyncio.run(main())

API

Vlense.ocr()

Performs OCR on the provided files.

Parameters:

  • file_path : (Union[str, List[str]]): Path or list of paths to PDF/image files.

  • model : (str, optional): Model name for generating completions. Defaults to "gemini-1.5-flash".

  • output_dir : (Optional[str], optional): Directory to save output. Defaults to None.

  • temp_dir : (Optional[str], optional): Directory for temporary files. Defaults to system temp.

  • batch_size : (int, optional): Number of concurrent processes. Defaults to 3.

  • format : (str, optional): Output format ('markdown', 'html', 'json'). Defaults to 'markdown'.

  • json_schema : (Optional[Type[BaseModel]], optional): Pydantic model for JSON output. Required if format is 'json'.

  • clean_temp_files : (Optional[bool], optional): Cleanup temporary files after processing. Defaults to True.

Returns:

  • Dict[str, VlenseResponse] : Generated content.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

Author: Aditya Miskin
Email: adityamiskin98@gmail.com
Repository: https://github.com/adityamiskin/vlense

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

vlense-0.1.3.tar.gz (12.0 kB view details)

Uploaded Source

Built Distribution

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

vlense-0.1.3-py3-none-any.whl (15.1 kB view details)

Uploaded Python 3

File details

Details for the file vlense-0.1.3.tar.gz.

File metadata

  • Download URL: vlense-0.1.3.tar.gz
  • Upload date:
  • Size: 12.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.15

File hashes

Hashes for vlense-0.1.3.tar.gz
Algorithm Hash digest
SHA256 561043e7383ee94b1d8a557ebe33b6a7f979322debf3f0f53713dfc0ccfeccd2
MD5 7be3237e7c3e8decfe3156f47a1bf8e3
BLAKE2b-256 fe0e3bee96fb7afd6229714142820d603a7ba78ac6c98ed0f3005b9979e7e269

See more details on using hashes here.

File details

Details for the file vlense-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: vlense-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 15.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.15

File hashes

Hashes for vlense-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 bf10ab705de428c49ffcdb42b566a954a374193c28177fb22e8539beedf2384f
MD5 95881e13d5942aeec494b9a1415bba2b
BLAKE2b-256 cf5c1ae94a864e0b32206e4ce6444785b91587e566cf0e9c8ccc518860a83f22

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