Glossary
OCR (Optical Character Recognition)
Image-to-text conversion used by RateStack to ingest image-only PDFs and scanned ratesheets.
RateStack's conversion-service uses Tess4J (Tesseract) for OCR. The extraction-service then runs table detection on the OCR output. Results carry per-cell confidence scores so QC can focus on uncertain cells.
Related