Update pdfextract_fun.py
Browse files- pdfextract_fun.py +1 -0
pdfextract_fun.py
CHANGED
@@ -11,6 +11,7 @@ import fitz # PyMuPDF
|
|
11 |
import numpy as np
|
12 |
import re
|
13 |
import pytesseract
|
|
|
14 |
from PIL import Image
|
15 |
from tqdm import tqdm
|
16 |
|
|
|
11 |
import numpy as np
|
12 |
import re
|
13 |
import pytesseract
|
14 |
+
import torch
|
15 |
from PIL import Image
|
16 |
from tqdm import tqdm
|
17 |
|