"git@developer.sourcefind.cn:orangecat/ollama.git" did not exist on "e54a3c7fcd3a66486c3946a7944f3d7ce2daff6c"
Commit 7ecc82da authored by myhloli's avatar myhloli
Browse files

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