Commit 57f44dd8 authored by myhloli's avatar myhloli
Browse files

refactor: update PDF library import from PyPDF2 to pypdf

parent 983aef75
import json
from io import BytesIO
from PyPDF2 import PdfReader, PdfWriter
from pypdf import PdfReader, PdfWriter
from reportlab.pdfgen import canvas
from .enum_class import BlockType, ContentType
......
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