Skip to content

Commit 135291a

Browse files
committed
updated ocr_pipeline
1 parent 50f3f11 commit 135291a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/ocr_pipeline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import argparse
1010
from typing import List, Dict, Any, Optional, Union
1111
import time
12+
import sys
1213

1314
def process_pdf(pdf_path: str, extract_images: bool = True, extract_tables: bool = False) -> Dict[str, Any]:
1415
"""

0 commit comments

Comments
 (0)