Commit 7ecc82da authored by myhloli's avatar myhloli

fix(magic_pdf): remove unused import from pdf_extract_kit

parent 2ea32801
......@@ -9,8 +9,7 @@ try:
import argparse
import numpy as np
import torch
from paddleocr import draw_ocr
import torchtext;torchtext.disable_torchtext_deprecation_warning()
from PIL import Image
from torchvision import transforms
from torch.utils.data import Dataset, DataLoader
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment