Features: - Auto-labeling pipeline: CSV values -> PDF search -> YOLO annotations - Flexible date matching: year-month match, nearby date tolerance - PDF text extraction with PyMuPDF - OCR support for scanned documents (PaddleOCR) - YOLO training and inference pipeline - 7 field types: InvoiceNumber, InvoiceDate, InvoiceDueDate, OCR, Bankgiro, Plusgiro, Amount Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
4 lines
101 B
Python
4 lines
101 B
Python
from .paddle_ocr import OCREngine, extract_ocr_tokens
|
|
|
|
__all__ = ['OCREngine', 'extract_ocr_tokens']
|