mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
5 lines
109 B
Python
5 lines
109 B
Python
from typing import List
|
|
|
|
|
|
def pdf_to_text_list(pdf_bytes: bytes) -> List[str]:
|
|
raise NotImplementedError
|