forked from LiveCarta/BookConverter
epub converter: files and classes renaming
This commit is contained in:
@@ -5,7 +5,7 @@ from copy import copy
|
|||||||
from livecarta_config import LawCartaConfig
|
from livecarta_config import LawCartaConfig
|
||||||
|
|
||||||
|
|
||||||
class DocxHTML2JSONConverter:
|
class LibraHTML2JSONConverter:
|
||||||
def __init__(self, content, footnotes, top_level_headers, logger_object, book_api_status=None):
|
def __init__(self, content, footnotes, top_level_headers, logger_object, book_api_status=None):
|
||||||
self.content_dict = None
|
self.content_dict = None
|
||||||
self.content = content
|
self.content = content
|
||||||
Reference in New Issue
Block a user