This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from pathlib import Path | |
from paddleocr import PPStructureV3 | |
import time | |
from docx import Document | |
import json | |
import Levenshtein | |
import re | |
import string | |
from docling.document_converter import DocumentConverter |