Skip to content

AI-FREE-Team/free-ocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

FREE OCR

A Python package to perform OCR for free.

Current version Open in Colab


Installation

pip install free_ocr

Usage

from free_ocr import ocr

api_key = "your-together-ai-api-key"  # Together AI API key
file_path = "./trader-joes-receipt.jpg"  # path to your image

markdown = ocr(file_path, api_key=api_key)
print(markdown)

Original Resources

This package is based on the free Llama 3.2 endpoint from Together AI, which parses images and returns Markdown content.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published