CoolFace
20 results

pdf-ocr

baotnd /meddies-ocr-pdfdocument10K<n<100K0 likes1.1k downloads2mo agoHugging Facedlxjj /pdf_ocrimagen<1K1 likes982 downloads1y agoHugging Faceracineai /ocr-pdf-degraded OCR-PDF-Degraded Dataset Overview This dataset contains synthetically degraded document images paired with their ground truth OCR text. It addresses a critical gap in OCR model training by providing realistic document degradations that simulate real-world conditions encountered in production environments. Purpose Most OCR models are trained on relatively clean, perfectly scanned documents. However, in real-world applications, especially in the military/defense… See the full description on the dataset page: https://huggingface.co/datasets/racineai/ocr-pdf-degraded.imagetext-generation10K<n<100K3 likes336 downloads2y agoHugging Facebroadfield-dev /pdf-ocr-datasetdocumentn<1K1 likes215 downloads1y agoHugging Facelhoestq /resumes-raw-pdf-for-ocrExtracted lists of pages from PDF resumes and the PDF texts. Created using this code: import io import PIL.Image from datasets import load_dataset def render(pdf): images = [] for page in pdf.pages: buffer = io.BytesIO() page.to_image(height=840).save(buffer) images.append(PIL.Image.open(buffer)) return images def extract_text(pdf): return "\n".join(page.extract_text() for page in pdf.pages) ds = load_dataset("d4rk3r/resumes-raw-pdf", split="train")… See the full description on the dataset page: https://huggingface.co/datasets/lhoestq/resumes-raw-pdf-for-ocr.image1K<n<10K3 likes70 downloads1y agoHugging Facestephenmcconnachie /0004-pdf-falcon-ocr Document Processing using Falcon OCR (plain mode) This dataset contains OCR results from images in stephenmcconnachie/0004-pdf-pages-test using Falcon OCR, a 0.3B early-fusion vision-language model. Processing Details Source Dataset: stephenmcconnachie/0004-pdf-pages-test Model: tiiuae/Falcon-OCR Task Mode: plain - Full-page text extraction Number of Samples: 50 Processing Time: 1.8 min Processing Date: 2026-06-20 09:46 UTC Backend: falcon-perception… See the full description on the dataset page: https://huggingface.co/datasets/stephenmcconnachie/0004-pdf-falcon-ocr.imagen<1K0 likes41 downloads3mo agoHugging Face