CoolFace
Apppublic

kushagra486/newslens-ocr

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
App README

NewsLens OCR Service

PDF → Images → AI Vision OCR pipeline for NewsLens AI.

API

POST /ocr

Accepts a PDF or image URL, returns extracted text.

json
{ "url": "https://...", "type": "pdf" }

GET /health

Returns service status.