JamieLemon's picture
Updates application to work directly with PyMuPDF Layout.
0f61ca8
raw
history blame contribute delete
177 Bytes
import pymupdf.layout
import pymupdf4llm
from PIL import Image
import gradio as gr
exec(open('my_io.py').read())
exec(open('my_gui.py').read())
my_gui.queue()
my_gui.launch()