├── .gitignore ├── LICENSE ├── README.md ├── bytecub-plugin ├── .env.dev ├── .gitignore ├── .gradio │ └── certificate.pem ├── .vscode │ ├── launch.json │ └── settings.json ├── ai_enginee │ ├── __init__.py │ ├── adapter │ │ ├── dynamic_adapter.py │ │ ├── error_codes.py │ │ └── platform_connector.py │ ├── agents │ │ ├── agent.py │ │ ├── entry_agnet.py │ │ ├── flow_agents │ │ │ ├── fl_common_agent.py │ │ │ └── fl_image_to_md_agent.py │ │ ├── intent_agent.py │ │ ├── manager │ │ │ ├── manager_flow.py │ │ │ └── manager_tool.py │ │ ├── plan_agent.py │ │ ├── prompt │ │ │ ├── hello_prompt.py │ │ │ └── image_to_md_prompt.py │ │ └── tool_agents │ │ │ ├── tl_common_agent.py │ │ │ ├── tl_image_to_md_agent.py │ │ │ └── tl_json_agent.py │ ├── enums │ │ ├── error_enum.py │ │ ├── extend_enum.py │ │ ├── flow_enum.py │ │ └── intent_enum.py │ ├── model_util │ │ ├── __init__.py │ │ ├── json_construct_model.py │ │ ├── json_preprocess_util.py │ │ ├── model_example_data_generator.py │ │ ├── model_markdown_generator.py │ │ ├── model_response_format_util.py │ │ ├── sse_output.py │ │ └── validate_json_to_model.py │ ├── models │ │ ├── chat_img_request.py │ │ ├── chat_request.py │ │ ├── llm_res │ │ │ ├── llm_res_usage.py │ │ │ └── llm_response.py │ │ ├── message.py │ │ ├── message_img.py │ │ ├── prompt │ │ │ └── base_prompt_model.py │ │ └── vo │ │ │ └── intent_vo.py │ └── utils │ │ ├── parse copy.py │ │ └── parse.py ├── app.py ├── babeldoc │ ├── __init__.py │ ├── assets │ │ ├── assets.py │ │ └── embedding_assets_metadata.py │ ├── asynchronize │ │ └── __init__.py │ ├── babeldoc_exception │ │ ├── BabelDOCException.py │ │ └── __init__.py │ ├── const.py │ ├── docvision │ │ ├── README.md │ │ ├── __init__.py │ │ ├── base_doclayout.py │ │ ├── doclayout.py │ │ ├── rpc_doclayout.py │ │ ├── rpc_doclayout2.py │ │ ├── rpc_doclayout3.py │ │ └── table_detection │ │ │ ├── rapidocr.py │ │ │ └── ripadocr_config.py │ ├── format │ │ ├── __init__.py │ │ └── pdf │ │ │ ├── __init__.py │ │ │ ├── converter.py │ │ │ ├── document_il │ │ │ ├── __init__.py │ │ │ ├── backend │ │ │ │ ├── __init__.py │ │ │ │ └── pdf_creater.py │ │ │ ├── frontend │ │ │ │ ├── __init__.py │ │ │ │ └── il_creater.py │ │ │ ├── il_version_1.py │ │ │ ├── il_version_1.rnc │ │ │ ├── il_version_1.rng │ │ │ ├── il_version_1.xsd │ │ │ ├── midend │ │ │ │ ├── __init__.py │ │ │ │ ├── add_debug_information.py │ │ │ │ ├── automatic_term_extractor.py │ │ │ │ ├── detect_scanned_file.py │ │ │ │ ├── il_translator.py │ │ │ │ ├── il_translator_llm_only.py │ │ │ │ ├── layout_parser.py │ │ │ │ ├── paragraph_finder.py │ │ │ │ ├── remove_descent.py │ │ │ │ ├── styles_and_formulas.py │ │ │ │ ├── table_parser.py │ │ │ │ └── typesetting.py │ │ │ ├── utils │ │ │ │ ├── __init__.py │ │ │ │ ├── fontmap.py │ │ │ │ ├── formular_helper.py │ │ │ │ ├── layout_helper.py │ │ │ │ ├── mupdf_helper.py │ │ │ │ ├── paragraph_helper.py │ │ │ │ ├── style_helper.py │ │ │ │ └── zstd_helper.py │ │ │ └── xml_converter.py │ │ │ ├── high_level.py │ │ │ ├── pdfinterp.py │ │ │ ├── result_merger.py │ │ │ ├── split_manager.py │ │ │ └── translation_config.py │ ├── glossary.py │ ├── main.py │ ├── pdfminer │ │ ├── LICENSE │ │ ├── __init__.py │ │ ├── _saslprep.py │ │ ├── arcfour.py │ │ ├── ascii85.py │ │ ├── casting.py │ │ ├── ccitt.py │ │ ├── cmap │ │ │ ├── 78-EUC-H.pickle.gz │ │ │ ├── 78-EUC-V.pickle.gz │ │ │ ├── 78-H.pickle.gz │ │ │ ├── 78-RKSJ-H.pickle.gz │ │ │ ├── 78-RKSJ-V.pickle.gz │ │ │ ├── 78-V.pickle.gz │ │ │ ├── 78ms-RKSJ-H.pickle.gz │ │ │ ├── 78ms-RKSJ-V.pickle.gz │ │ │ ├── 83pv-RKSJ-H.pickle.gz │ │ │ ├── 83pv-RKSJ-V.pickle.gz │ │ │ ├── 90ms-RKSJ-H.pickle.gz │ │ │ ├── 90ms-RKSJ-V.pickle.gz │ │ │ ├── 90msp-RKSJ-H.pickle.gz │ │ │ ├── 90msp-RKSJ-V.pickle.gz │ │ │ ├── 90pv-RKSJ-H.pickle.gz │ │ │ ├── 90pv-RKSJ-V.pickle.gz │ │ │ ├── Add-H.pickle.gz │ │ │ ├── Add-RKSJ-H.pickle.gz │ │ │ ├── Add-RKSJ-V.pickle.gz │ │ │ ├── Add-V.pickle.gz │ │ │ ├── B5-H.pickle.gz │ │ │ ├── B5-V.pickle.gz │ │ │ ├── B5pc-H.pickle.gz │ │ │ ├── B5pc-V.pickle.gz │ │ │ ├── CNS-EUC-H.pickle.gz │ │ │ ├── CNS-EUC-V.pickle.gz │ │ │ ├── CNS1-H.pickle.gz │ │ │ ├── CNS1-V.pickle.gz │ │ │ ├── CNS2-H.pickle.gz │ │ │ ├── CNS2-V.pickle.gz │ │ │ ├── ETHK-B5-H.pickle.gz │ │ │ ├── ETHK-B5-V.pickle.gz │ │ │ ├── ETen-B5-H.pickle.gz │ │ │ ├── ETen-B5-V.pickle.gz │ │ │ ├── ETenms-B5-H.pickle.gz │ │ │ ├── ETenms-B5-V.pickle.gz │ │ │ ├── EUC-H.pickle.gz │ │ │ ├── EUC-V.pickle.gz │ │ │ ├── Ext-H.pickle.gz │ │ │ ├── Ext-RKSJ-H.pickle.gz │ │ │ ├── Ext-RKSJ-V.pickle.gz │ │ │ ├── Ext-V.pickle.gz │ │ │ ├── GB-EUC-H.pickle.gz │ │ │ ├── GB-EUC-V.pickle.gz │ │ │ ├── GB-H.pickle.gz │ │ │ ├── GB-V.pickle.gz │ │ │ ├── GBK-EUC-H.pickle.gz │ │ │ ├── GBK-EUC-V.pickle.gz │ │ │ ├── GBK2K-H.pickle.gz │ │ │ ├── GBK2K-V.pickle.gz │ │ │ ├── GBKp-EUC-H.pickle.gz │ │ │ ├── GBKp-EUC-V.pickle.gz │ │ │ ├── GBT-EUC-H.pickle.gz │ │ │ ├── GBT-EUC-V.pickle.gz │ │ │ ├── GBT-H.pickle.gz │ │ │ ├── GBT-V.pickle.gz │ │ │ ├── GBTpc-EUC-H.pickle.gz │ │ │ ├── GBTpc-EUC-V.pickle.gz │ │ │ ├── GBpc-EUC-H.pickle.gz │ │ │ ├── GBpc-EUC-V.pickle.gz │ │ │ ├── H.pickle.gz │ │ │ ├── HKdla-B5-H.pickle.gz │ │ │ ├── HKdla-B5-V.pickle.gz │ │ │ ├── HKdlb-B5-H.pickle.gz │ │ │ ├── HKdlb-B5-V.pickle.gz │ │ │ ├── HKgccs-B5-H.pickle.gz │ │ │ ├── HKgccs-B5-V.pickle.gz │ │ │ ├── HKm314-B5-H.pickle.gz │ │ │ ├── HKm314-B5-V.pickle.gz │ │ │ ├── HKm471-B5-H.pickle.gz │ │ │ ├── HKm471-B5-V.pickle.gz │ │ │ ├── HKscs-B5-H.pickle.gz │ │ │ ├── HKscs-B5-V.pickle.gz │ │ │ ├── Hankaku-H.pickle.gz │ │ │ ├── Hankaku-V.pickle.gz │ │ │ ├── Hiragana-H.pickle.gz │ │ │ ├── Hiragana-V.pickle.gz │ │ │ ├── KSC-EUC-H.pickle.gz │ │ │ ├── KSC-EUC-V.pickle.gz │ │ │ ├── KSC-H.pickle.gz │ │ │ ├── KSC-Johab-H.pickle.gz │ │ │ ├── KSC-Johab-V.pickle.gz │ │ │ ├── KSC-V.pickle.gz │ │ │ ├── KSCms-UHC-H.pickle.gz │ │ │ ├── KSCms-UHC-HW-H.pickle.gz │ │ │ ├── KSCms-UHC-HW-V.pickle.gz │ │ │ ├── KSCms-UHC-V.pickle.gz │ │ │ ├── KSCpc-EUC-H.pickle.gz │ │ │ ├── KSCpc-EUC-V.pickle.gz │ │ │ ├── Katakana-H.pickle.gz │ │ │ ├── Katakana-V.pickle.gz │ │ │ ├── NWP-H.pickle.gz │ │ │ ├── NWP-V.pickle.gz │ │ │ ├── README.txt │ │ │ ├── RKSJ-H.pickle.gz │ │ │ ├── RKSJ-V.pickle.gz │ │ │ ├── Roman-H.pickle.gz │ │ │ ├── Roman-V.pickle.gz │ │ │ ├── UniCNS-UCS2-H.pickle.gz │ │ │ ├── UniCNS-UCS2-V.pickle.gz │ │ │ ├── UniCNS-UTF16-H.pickle.gz │ │ │ ├── UniCNS-UTF16-V.pickle.gz │ │ │ ├── UniCNS-UTF32-H.pickle.gz │ │ │ ├── UniCNS-UTF32-V.pickle.gz │ │ │ ├── UniCNS-UTF8-H.pickle.gz │ │ │ ├── UniCNS-UTF8-V.pickle.gz │ │ │ ├── UniGB-UCS2-H.pickle.gz │ │ │ ├── UniGB-UCS2-V.pickle.gz │ │ │ ├── UniGB-UTF16-H.pickle.gz │ │ │ ├── UniGB-UTF16-V.pickle.gz │ │ │ ├── UniGB-UTF32-H.pickle.gz │ │ │ ├── UniGB-UTF32-V.pickle.gz │ │ │ ├── UniGB-UTF8-H.pickle.gz │ │ │ ├── UniGB-UTF8-V.pickle.gz │ │ │ ├── UniJIS-UCS2-H.pickle.gz │ │ │ ├── UniJIS-UCS2-HW-H.pickle.gz │ │ │ ├── UniJIS-UCS2-HW-V.pickle.gz │ │ │ ├── UniJIS-UCS2-V.pickle.gz │ │ │ ├── UniJIS-UTF16-H.pickle.gz │ │ │ ├── UniJIS-UTF16-V.pickle.gz │ │ │ ├── UniJIS-UTF32-H.pickle.gz │ │ │ ├── UniJIS-UTF32-V.pickle.gz │ │ │ ├── UniJIS-UTF8-H.pickle.gz │ │ │ ├── UniJIS-UTF8-V.pickle.gz │ │ │ ├── UniJIS2004-UTF16-H.pickle.gz │ │ │ ├── UniJIS2004-UTF16-V.pickle.gz │ │ │ ├── UniJIS2004-UTF32-H.pickle.gz │ │ │ ├── UniJIS2004-UTF32-V.pickle.gz │ │ │ ├── UniJIS2004-UTF8-H.pickle.gz │ │ │ ├── UniJIS2004-UTF8-V.pickle.gz │ │ │ ├── UniJISX0213-UTF32-H.pickle.gz │ │ │ ├── UniJISX0213-UTF32-V.pickle.gz │ │ │ ├── UniJISX02132004-UTF32-H.pickle.gz │ │ │ ├── UniJISX02132004-UTF32-V.pickle.gz │ │ │ ├── UniKS-UCS2-H.pickle.gz │ │ │ ├── UniKS-UCS2-V.pickle.gz │ │ │ ├── UniKS-UTF16-H.pickle.gz │ │ │ ├── UniKS-UTF16-V.pickle.gz │ │ │ ├── UniKS-UTF32-H.pickle.gz │ │ │ ├── UniKS-UTF32-V.pickle.gz │ │ │ ├── UniKS-UTF8-H.pickle.gz │ │ │ ├── UniKS-UTF8-V.pickle.gz │ │ │ ├── V.pickle.gz │ │ │ ├── WP-Symbol-H.pickle.gz │ │ │ ├── WP-Symbol-V.pickle.gz │ │ │ ├── to-unicode-Adobe-CNS1.pickle.gz │ │ │ ├── to-unicode-Adobe-GB1.pickle.gz │ │ │ ├── to-unicode-Adobe-Japan1.pickle.gz │ │ │ └── to-unicode-Adobe-Korea1.pickle.gz │ │ ├── cmapdb.py │ │ ├── converter.py │ │ ├── data_structures.py │ │ ├── encodingdb.py │ │ ├── fontmetrics.py │ │ ├── glyphlist.py │ │ ├── high_level.py │ │ ├── image.py │ │ ├── jbig2.py │ │ ├── latin_enc.py │ │ ├── layout.py │ │ ├── lzw.py │ │ ├── pdfcolor.py │ │ ├── pdfdevice.py │ │ ├── pdfdocument.py │ │ ├── pdfexceptions.py │ │ ├── pdffont.py │ │ ├── pdfinterp.py │ │ ├── pdfpage.py │ │ ├── pdfparser.py │ │ ├── pdftypes.py │ │ ├── psexceptions.py │ │ ├── psparser.py │ │ ├── py.typed │ │ ├── runlength.py │ │ ├── settings.py │ │ └── utils.py │ ├── progress_monitor.py │ ├── tools │ │ ├── generate_font_metadata.py │ │ ├── italic_assistance.py │ │ └── italic_recognize_tool.py │ ├── translator │ │ ├── __init__.py │ │ ├── cache.py │ │ └── translator.py │ └── utils │ │ ├── __init__.py │ │ ├── atomic_integer.py │ │ └── priority_thread_pool_executor.py ├── bash.exe.stackdump ├── build_exe.py ├── bytecubplugin.spec ├── chat_app.py ├── clean_cache.bat ├── config.json ├── config │ ├── __init__.py │ └── ts_constants.py ├── controller │ └── PdfController.py ├── doc │ └── modify.md ├── docfableplugin.spec ├── hyperscan.py ├── main.py ├── main.spec ├── model │ ├── config │ │ ├── __init__.py │ │ ├── chat_exception.py │ │ └── error_info.py │ ├── data_result.py │ ├── global_model.py │ └── request │ │ ├── __init__.py │ │ ├── ocr_request.py │ │ └── translate_request.py ├── nuitka_exe.py ├── pdf2zh │ ├── __init__.py │ ├── backend.py │ ├── cache.py │ ├── config.py │ ├── converter.py │ ├── doclayout.py │ ├── high_level.py │ ├── pdf2zh.py │ ├── pdfinterp.py │ └── translator.py ├── poetry.lock ├── readme.md ├── requirements.txt ├── services │ ├── config_dir.py │ ├── ocr_md_service.py │ ├── pdf_babel_service.py │ └── pdfmath_service.py └── utils │ ├── DocFablePDFResourceManager.py │ ├── chatlog.py │ ├── file_util.py │ ├── markdown_to_word_converter.py │ ├── pdf_util.py │ ├── text_util.py │ └── time_util.py ├── bytecubpdf ├── .eslintrc.js ├── .gitignore ├── .npmrc ├── .vscode │ ├── launch.json │ └── settings.json ├── README.md ├── bash.exe.stackdump ├── build │ ├── icon.ico │ └── icon2.ico ├── electron-builder.yml ├── execute │ ├── start.bat │ └── stop.bat ├── index.html ├── package-lock.json ├── package.json ├── src │ ├── main │ │ ├── FileIpc.ts │ │ ├── core │ │ │ ├── BuildPath.ts │ │ │ ├── Initialize.ts │ │ │ ├── PluginLog.ts │ │ │ ├── SqliteDBInit.ts │ │ │ ├── assets.ts │ │ │ ├── dbconfig │ │ │ │ └── DictConfig.ts │ │ │ ├── dbtable │ │ │ │ ├── Assistant.ts │ │ │ │ ├── ChatHistory.ts │ │ │ │ ├── ChatMessageHistory.ts │ │ │ │ ├── FileStore.ts │ │ │ │ ├── LlmModels.ts │ │ │ │ ├── LlmPlatforms.ts │ │ │ │ ├── SysDict.ts │ │ │ │ ├── TranslateHistory.ts │ │ │ │ └── TranslateTerms.ts │ │ │ ├── embedding_assets_metadata.ts │ │ │ ├── log.ts │ │ │ └── updateManager.ts │ │ ├── index.ts │ │ ├── ipc.ts │ │ └── services │ │ │ └── ConfigService.ts │ ├── preload │ │ └── index.ts │ ├── renderer │ │ ├── App.vue │ │ ├── assets │ │ │ ├── avatars │ │ │ │ ├── ai-avatar.png │ │ │ │ └── user-avatar.png │ │ │ ├── images │ │ │ │ ├── bc.png │ │ │ │ ├── docfable.png │ │ │ │ └── logo64.png │ │ │ ├── init.ts │ │ │ └── styles │ │ │ │ └── global.css │ │ ├── components │ │ │ ├── VersionUpgrade.vue │ │ │ ├── WelcomeButton.vue │ │ │ ├── common │ │ │ │ └── HelpFloatButton.vue │ │ │ ├── download │ │ │ │ └── DlTranslateResourceModal.vue │ │ │ ├── mainchat │ │ │ │ ├── MainChatContent.vue │ │ │ │ └── MainChatLeftSide.vue │ │ │ ├── pdftranslate │ │ │ │ ├── PdfCompareViewer.vue │ │ │ │ ├── PdfTsLeftSide.vue │ │ │ │ ├── PdfTsMain.vue │ │ │ │ ├── PdfViewer.vue │ │ │ │ ├── TermsManager.vue │ │ │ │ ├── TranslateHistory.vue │ │ │ │ └── ocr │ │ │ │ │ ├── MarkdownView.vue │ │ │ │ │ ├── OcrHistory.vue │ │ │ │ │ └── OcrRec.vue │ │ │ ├── settings │ │ │ │ ├── AssistantSettings.vue │ │ │ │ ├── ModelSettings.vue │ │ │ │ ├── SettingsLeftSide.vue │ │ │ │ ├── StorageSettings.vue │ │ │ │ ├── assistant │ │ │ │ │ ├── AssistantLeftSide.vue │ │ │ │ │ └── AssistantSettingsContent.vue │ │ │ │ └── modelsettings │ │ │ │ │ ├── ModelLeftSide.vue │ │ │ │ │ └── ModelSettingsContent.vue │ │ │ └── update │ │ │ │ ├── DownloadComponent.vue │ │ │ │ └── VersionUpgradeModal.vue │ │ ├── constants │ │ │ ├── apiendpoints.ts │ │ │ └── appconfig.ts │ │ ├── layout │ │ │ ├── FuncSide.vue │ │ │ ├── Layout.vue │ │ │ ├── SettingsSide.vue │ │ │ └── TopSide.vue │ │ ├── llm │ │ │ ├── BaseLlmClient.ts │ │ │ ├── LLMAdapter.ts │ │ │ ├── core │ │ │ │ ├── SseClient.ts │ │ │ │ └── config │ │ │ │ │ └── LlmConfig.ts │ │ │ ├── custom │ │ │ │ ├── CustomOllama.ts │ │ │ │ └── CustomOpenAI.ts │ │ │ └── model │ │ │ │ ├── LlmRequestModel.ts │ │ │ │ └── LlmResModel.ts │ │ ├── main.ts │ │ ├── model │ │ │ ├── assistant │ │ │ │ ├── AssistantDb.ts │ │ │ │ └── AssistantOption.ts │ │ │ ├── chat │ │ │ │ ├── ChatConfig.ts │ │ │ │ ├── ChatMessage.ts │ │ │ │ └── db │ │ │ │ │ ├── ChatFileStoreDb.ts │ │ │ │ │ ├── ChatHistory.ts │ │ │ │ │ └── ChatMessageDb.ts │ │ │ ├── settings │ │ │ │ └── SettingLLM.ts │ │ │ ├── terms │ │ │ │ └── terms.ts │ │ │ └── translate │ │ │ │ └── TranslateHistory.ts │ │ ├── router │ │ │ └── index.ts │ │ ├── service │ │ │ ├── AssistantService.ts │ │ │ ├── ConfigService.ts │ │ │ ├── VersionCheck.ts │ │ │ ├── backendStatus.ts │ │ │ ├── chat │ │ │ │ ├── ChatFileStoreService.ts │ │ │ │ ├── ChatMsgStorageService.ts │ │ │ │ ├── ChatService.ts │ │ │ │ ├── ChatStorageService.ts │ │ │ │ ├── MessageConvert.ts │ │ │ │ └── config │ │ │ │ │ └── OpenAIModelsConfig.ts │ │ │ ├── core │ │ │ │ └── SqliteDbCore.ts │ │ │ ├── indexdb │ │ │ │ ├── MainChatIndexDb.ts │ │ │ │ ├── OcrRecIndexDb.ts │ │ │ │ └── PdfTsIndexDb.ts │ │ │ ├── manager │ │ │ │ ├── AssistantManager.ts │ │ │ │ ├── LlmModelManager.ts │ │ │ │ ├── TranslateHistoryManager.ts │ │ │ │ ├── TranslateTermManager.ts │ │ │ │ └── chat │ │ │ │ │ ├── ChatFileStoreManager.ts │ │ │ │ │ ├── ChatHistoryManager.ts │ │ │ │ │ └── ChatMessageManager.ts │ │ │ └── translate │ │ │ │ └── TermsService.ts │ │ ├── shims-vue.d.ts │ │ ├── stores │ │ │ ├── index.ts │ │ │ └── modules │ │ │ │ └── PdfTranslateStore.ts │ │ ├── types │ │ │ ├── global.d.ts │ │ │ └── mobi.d.ts │ │ ├── utils │ │ │ ├── FileReaderUtil.ts │ │ │ └── FileUtil.ts │ │ └── views │ │ │ ├── AboutView.vue │ │ │ ├── HomeIndexView.vue │ │ │ ├── MainChatView.vue │ │ │ ├── PdfTranslateView.vue │ │ │ └── SettingsView.vue │ ├── shared │ │ ├── constants │ │ │ └── dfconstants.ts │ │ ├── i18n │ │ │ ├── electron.ts │ │ │ ├── index.ts │ │ │ └── locales │ │ │ │ ├── en-us │ │ │ │ ├── common.json │ │ │ │ ├── pdfts.json │ │ │ │ └── settings │ │ │ │ │ ├── leftside.json │ │ │ │ │ ├── model.json │ │ │ │ │ └── storage.json │ │ │ │ └── zh-cn │ │ │ │ ├── common.json │ │ │ │ ├── pdfts.json │ │ │ │ └── settings │ │ │ │ ├── assistant.json │ │ │ │ ├── leftside.json │ │ │ │ ├── model.json │ │ │ │ └── storage.json │ │ ├── services │ │ │ └── UpgradeService.ts │ │ └── utils │ │ │ └── StringUtil.ts │ └── types │ │ └── vue.d.ts ├── tsconfig.json ├── vite-env.d.ts └── vite.config.ts └── images ├── 1.png ├── 2.png ├── 3.png ├── 4.png ├── 5.png ├── 6.png ├── 7.png ├── assiatant2.png └── assistant.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/README.md -------------------------------------------------------------------------------- /bytecub-plugin/.env.dev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/.env.dev -------------------------------------------------------------------------------- /bytecub-plugin/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/.gitignore -------------------------------------------------------------------------------- /bytecub-plugin/.gradio/certificate.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/.gradio/certificate.pem -------------------------------------------------------------------------------- /bytecub-plugin/.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/.vscode/launch.json -------------------------------------------------------------------------------- /bytecub-plugin/.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/.vscode/settings.json -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/adapter/dynamic_adapter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/adapter/dynamic_adapter.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/adapter/error_codes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/adapter/error_codes.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/adapter/platform_connector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/adapter/platform_connector.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/agents/agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/agents/agent.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/agents/entry_agnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/agents/entry_agnet.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/agents/flow_agents/fl_common_agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/agents/flow_agents/fl_common_agent.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/agents/flow_agents/fl_image_to_md_agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/agents/flow_agents/fl_image_to_md_agent.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/agents/intent_agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/agents/intent_agent.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/agents/manager/manager_flow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/agents/manager/manager_flow.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/agents/manager/manager_tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/agents/manager/manager_tool.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/agents/plan_agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/agents/plan_agent.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/agents/prompt/hello_prompt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/agents/prompt/hello_prompt.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/agents/prompt/image_to_md_prompt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/agents/prompt/image_to_md_prompt.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/agents/tool_agents/tl_common_agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/agents/tool_agents/tl_common_agent.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/agents/tool_agents/tl_image_to_md_agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/agents/tool_agents/tl_image_to_md_agent.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/agents/tool_agents/tl_json_agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/agents/tool_agents/tl_json_agent.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/enums/error_enum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/enums/error_enum.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/enums/extend_enum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/enums/extend_enum.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/enums/flow_enum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/enums/flow_enum.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/enums/intent_enum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/enums/intent_enum.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/model_util/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/model_util/json_construct_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/model_util/json_construct_model.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/model_util/json_preprocess_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/model_util/json_preprocess_util.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/model_util/model_example_data_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/model_util/model_example_data_generator.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/model_util/model_markdown_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/model_util/model_markdown_generator.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/model_util/model_response_format_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/model_util/model_response_format_util.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/model_util/sse_output.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/model_util/sse_output.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/model_util/validate_json_to_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/model_util/validate_json_to_model.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/models/chat_img_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/models/chat_img_request.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/models/chat_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/models/chat_request.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/models/llm_res/llm_res_usage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/models/llm_res/llm_res_usage.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/models/llm_res/llm_response.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/models/llm_res/llm_response.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/models/message.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/models/message.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/models/message_img.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/models/message_img.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/models/prompt/base_prompt_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/models/prompt/base_prompt_model.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/models/vo/intent_vo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/models/vo/intent_vo.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/utils/parse copy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/utils/parse copy.py -------------------------------------------------------------------------------- /bytecub-plugin/ai_enginee/utils/parse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/ai_enginee/utils/parse.py -------------------------------------------------------------------------------- /bytecub-plugin/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/app.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/__init__.py: -------------------------------------------------------------------------------- 1 | __version__ = "0.4.14" 2 | -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/assets/assets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/assets/assets.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/assets/embedding_assets_metadata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/assets/embedding_assets_metadata.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/asynchronize/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/asynchronize/__init__.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/babeldoc_exception/BabelDOCException.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/babeldoc_exception/BabelDOCException.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/babeldoc_exception/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/const.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/const.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/docvision/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/docvision/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/docvision/base_doclayout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/docvision/base_doclayout.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/docvision/doclayout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/docvision/doclayout.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/docvision/rpc_doclayout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/docvision/rpc_doclayout.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/docvision/rpc_doclayout2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/docvision/rpc_doclayout2.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/docvision/rpc_doclayout3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/docvision/rpc_doclayout3.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/docvision/table_detection/rapidocr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/docvision/table_detection/rapidocr.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/docvision/table_detection/ripadocr_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/docvision/table_detection/ripadocr_config.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/converter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/converter.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/document_il/__init__.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/backend/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/backend/pdf_creater.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/document_il/backend/pdf_creater.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/frontend/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/frontend/il_creater.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/document_il/frontend/il_creater.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/il_version_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/document_il/il_version_1.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/il_version_1.rnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/document_il/il_version_1.rnc -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/il_version_1.rng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/document_il/il_version_1.rng -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/il_version_1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/document_il/il_version_1.xsd -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/midend/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/midend/add_debug_information.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/document_il/midend/add_debug_information.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/midend/automatic_term_extractor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/document_il/midend/automatic_term_extractor.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/midend/detect_scanned_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/document_il/midend/detect_scanned_file.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/midend/il_translator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/document_il/midend/il_translator.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/midend/il_translator_llm_only.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/document_il/midend/il_translator_llm_only.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/midend/layout_parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/document_il/midend/layout_parser.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/midend/paragraph_finder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/document_il/midend/paragraph_finder.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/midend/remove_descent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/document_il/midend/remove_descent.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/midend/styles_and_formulas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/document_il/midend/styles_and_formulas.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/midend/table_parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/document_il/midend/table_parser.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/midend/typesetting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/document_il/midend/typesetting.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/utils/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/utils/fontmap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/document_il/utils/fontmap.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/utils/formular_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/document_il/utils/formular_helper.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/utils/layout_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/document_il/utils/layout_helper.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/utils/mupdf_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/document_il/utils/mupdf_helper.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/utils/paragraph_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/document_il/utils/paragraph_helper.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/utils/style_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/document_il/utils/style_helper.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/utils/zstd_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/document_il/utils/zstd_helper.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/document_il/xml_converter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/document_il/xml_converter.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/high_level.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/high_level.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/pdfinterp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/pdfinterp.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/result_merger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/result_merger.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/split_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/split_manager.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/format/pdf/translation_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/format/pdf/translation_config.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/glossary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/glossary.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/main.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/LICENSE -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/__init__.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/_saslprep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/_saslprep.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/arcfour.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/arcfour.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/ascii85.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/ascii85.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/casting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/casting.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/ccitt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/ccitt.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/78-EUC-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/78-EUC-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/78-EUC-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/78-EUC-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/78-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/78-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/78-RKSJ-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/78-RKSJ-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/78-RKSJ-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/78-RKSJ-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/78-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/78-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/78ms-RKSJ-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/78ms-RKSJ-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/78ms-RKSJ-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/78ms-RKSJ-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/83pv-RKSJ-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/83pv-RKSJ-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/83pv-RKSJ-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/83pv-RKSJ-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/90ms-RKSJ-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/90ms-RKSJ-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/90ms-RKSJ-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/90ms-RKSJ-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/90msp-RKSJ-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/90msp-RKSJ-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/90msp-RKSJ-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/90msp-RKSJ-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/90pv-RKSJ-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/90pv-RKSJ-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/90pv-RKSJ-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/90pv-RKSJ-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/Add-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/Add-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/Add-RKSJ-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/Add-RKSJ-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/Add-RKSJ-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/Add-RKSJ-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/Add-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/Add-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/B5-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/B5-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/B5-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/B5-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/B5pc-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/B5pc-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/B5pc-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/B5pc-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/CNS-EUC-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/CNS-EUC-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/CNS-EUC-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/CNS-EUC-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/CNS1-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/CNS1-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/CNS1-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/CNS1-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/CNS2-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/CNS2-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/CNS2-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/CNS2-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/ETHK-B5-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/ETHK-B5-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/ETHK-B5-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/ETHK-B5-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/ETen-B5-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/ETen-B5-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/ETen-B5-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/ETen-B5-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/ETenms-B5-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/ETenms-B5-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/ETenms-B5-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/ETenms-B5-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/EUC-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/EUC-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/EUC-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/EUC-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/Ext-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/Ext-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/Ext-RKSJ-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/Ext-RKSJ-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/Ext-RKSJ-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/Ext-RKSJ-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/Ext-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/Ext-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/GB-EUC-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/GB-EUC-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/GB-EUC-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/GB-EUC-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/GB-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/GB-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/GB-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/GB-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/GBK-EUC-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/GBK-EUC-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/GBK-EUC-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/GBK-EUC-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/GBK2K-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/GBK2K-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/GBK2K-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/GBK2K-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/GBKp-EUC-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/GBKp-EUC-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/GBKp-EUC-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/GBKp-EUC-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/GBT-EUC-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/GBT-EUC-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/GBT-EUC-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/GBT-EUC-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/GBT-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/GBT-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/GBT-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/GBT-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/GBTpc-EUC-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/GBTpc-EUC-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/GBTpc-EUC-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/GBTpc-EUC-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/GBpc-EUC-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/GBpc-EUC-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/GBpc-EUC-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/GBpc-EUC-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/HKdla-B5-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/HKdla-B5-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/HKdla-B5-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/HKdla-B5-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/HKdlb-B5-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/HKdlb-B5-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/HKdlb-B5-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/HKdlb-B5-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/HKgccs-B5-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/HKgccs-B5-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/HKgccs-B5-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/HKgccs-B5-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/HKm314-B5-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/HKm314-B5-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/HKm314-B5-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/HKm314-B5-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/HKm471-B5-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/HKm471-B5-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/HKm471-B5-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/HKm471-B5-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/HKscs-B5-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/HKscs-B5-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/HKscs-B5-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/HKscs-B5-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/Hankaku-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/Hankaku-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/Hankaku-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/Hankaku-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/Hiragana-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/Hiragana-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/Hiragana-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/Hiragana-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/KSC-EUC-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/KSC-EUC-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/KSC-EUC-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/KSC-EUC-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/KSC-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/KSC-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/KSC-Johab-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/KSC-Johab-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/KSC-Johab-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/KSC-Johab-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/KSC-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/KSC-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/KSCms-UHC-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/KSCms-UHC-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/KSCms-UHC-HW-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/KSCms-UHC-HW-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/KSCms-UHC-HW-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/KSCms-UHC-HW-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/KSCms-UHC-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/KSCms-UHC-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/KSCpc-EUC-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/KSCpc-EUC-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/KSCpc-EUC-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/KSCpc-EUC-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/Katakana-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/Katakana-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/Katakana-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/Katakana-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/NWP-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/NWP-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/NWP-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/NWP-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/README.txt -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/RKSJ-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/RKSJ-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/RKSJ-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/RKSJ-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/Roman-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/Roman-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/Roman-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/Roman-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniCNS-UCS2-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniCNS-UCS2-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniCNS-UCS2-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniCNS-UCS2-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniCNS-UTF16-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniCNS-UTF16-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniCNS-UTF16-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniCNS-UTF16-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniCNS-UTF32-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniCNS-UTF32-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniCNS-UTF32-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniCNS-UTF32-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniCNS-UTF8-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniCNS-UTF8-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniCNS-UTF8-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniCNS-UTF8-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniGB-UCS2-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniGB-UCS2-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniGB-UCS2-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniGB-UCS2-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniGB-UTF16-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniGB-UTF16-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniGB-UTF16-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniGB-UTF16-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniGB-UTF32-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniGB-UTF32-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniGB-UTF32-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniGB-UTF32-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniGB-UTF8-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniGB-UTF8-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniGB-UTF8-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniGB-UTF8-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS-UCS2-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS-UCS2-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS-UCS2-HW-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS-UCS2-HW-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS-UCS2-HW-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS-UCS2-HW-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS-UCS2-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS-UCS2-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS-UTF16-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS-UTF16-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS-UTF16-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS-UTF16-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS-UTF32-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS-UTF32-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS-UTF32-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS-UTF32-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS-UTF8-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS-UTF8-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS-UTF8-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS-UTF8-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS2004-UTF16-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS2004-UTF16-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS2004-UTF16-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS2004-UTF16-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS2004-UTF32-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS2004-UTF32-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS2004-UTF32-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS2004-UTF32-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS2004-UTF8-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS2004-UTF8-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS2004-UTF8-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniJIS2004-UTF8-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniJISX0213-UTF32-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniJISX0213-UTF32-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniJISX0213-UTF32-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniJISX0213-UTF32-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniJISX02132004-UTF32-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniJISX02132004-UTF32-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniJISX02132004-UTF32-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniJISX02132004-UTF32-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniKS-UCS2-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniKS-UCS2-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniKS-UCS2-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniKS-UCS2-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniKS-UTF16-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniKS-UTF16-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniKS-UTF16-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniKS-UTF16-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniKS-UTF32-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniKS-UTF32-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniKS-UTF32-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniKS-UTF32-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniKS-UTF8-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniKS-UTF8-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/UniKS-UTF8-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/UniKS-UTF8-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/WP-Symbol-H.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/WP-Symbol-H.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/WP-Symbol-V.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/WP-Symbol-V.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/to-unicode-Adobe-CNS1.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/to-unicode-Adobe-CNS1.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/to-unicode-Adobe-GB1.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/to-unicode-Adobe-GB1.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/to-unicode-Adobe-Japan1.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/to-unicode-Adobe-Japan1.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmap/to-unicode-Adobe-Korea1.pickle.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmap/to-unicode-Adobe-Korea1.pickle.gz -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/cmapdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/cmapdb.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/converter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/converter.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/data_structures.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/data_structures.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/encodingdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/encodingdb.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/fontmetrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/fontmetrics.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/glyphlist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/glyphlist.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/high_level.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/high_level.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/image.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/jbig2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/jbig2.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/latin_enc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/latin_enc.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/layout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/layout.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/lzw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/lzw.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/pdfcolor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/pdfcolor.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/pdfdevice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/pdfdevice.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/pdfdocument.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/pdfdocument.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/pdfexceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/pdfexceptions.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/pdffont.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/pdffont.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/pdfinterp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/pdfinterp.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/pdfpage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/pdfpage.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/pdfparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/pdfparser.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/pdftypes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/pdftypes.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/psexceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/psexceptions.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/psparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/psparser.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/runlength.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/runlength.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/settings.py: -------------------------------------------------------------------------------- 1 | STRICT = False 2 | -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/pdfminer/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/pdfminer/utils.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/progress_monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/progress_monitor.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/tools/generate_font_metadata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/tools/generate_font_metadata.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/tools/italic_assistance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/tools/italic_assistance.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/tools/italic_recognize_tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/tools/italic_recognize_tool.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/translator/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/translator/cache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/translator/cache.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/translator/translator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/translator/translator.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/utils/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/utils/atomic_integer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/utils/atomic_integer.py -------------------------------------------------------------------------------- /bytecub-plugin/babeldoc/utils/priority_thread_pool_executor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/babeldoc/utils/priority_thread_pool_executor.py -------------------------------------------------------------------------------- /bytecub-plugin/bash.exe.stackdump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/bash.exe.stackdump -------------------------------------------------------------------------------- /bytecub-plugin/build_exe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/build_exe.py -------------------------------------------------------------------------------- /bytecub-plugin/bytecubplugin.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/bytecubplugin.spec -------------------------------------------------------------------------------- /bytecub-plugin/chat_app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/chat_app.py -------------------------------------------------------------------------------- /bytecub-plugin/clean_cache.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/clean_cache.bat -------------------------------------------------------------------------------- /bytecub-plugin/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/config.json -------------------------------------------------------------------------------- /bytecub-plugin/config/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bytecub-plugin/config/ts_constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/config/ts_constants.py -------------------------------------------------------------------------------- /bytecub-plugin/controller/PdfController.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/controller/PdfController.py -------------------------------------------------------------------------------- /bytecub-plugin/doc/modify.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/doc/modify.md -------------------------------------------------------------------------------- /bytecub-plugin/docfableplugin.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/docfableplugin.spec -------------------------------------------------------------------------------- /bytecub-plugin/hyperscan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/hyperscan.py -------------------------------------------------------------------------------- /bytecub-plugin/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/main.py -------------------------------------------------------------------------------- /bytecub-plugin/main.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/main.spec -------------------------------------------------------------------------------- /bytecub-plugin/model/config/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bytecub-plugin/model/config/chat_exception.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/model/config/chat_exception.py -------------------------------------------------------------------------------- /bytecub-plugin/model/config/error_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/model/config/error_info.py -------------------------------------------------------------------------------- /bytecub-plugin/model/data_result.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/model/data_result.py -------------------------------------------------------------------------------- /bytecub-plugin/model/global_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/model/global_model.py -------------------------------------------------------------------------------- /bytecub-plugin/model/request/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bytecub-plugin/model/request/ocr_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/model/request/ocr_request.py -------------------------------------------------------------------------------- /bytecub-plugin/model/request/translate_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/model/request/translate_request.py -------------------------------------------------------------------------------- /bytecub-plugin/nuitka_exe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/nuitka_exe.py -------------------------------------------------------------------------------- /bytecub-plugin/pdf2zh/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/pdf2zh/__init__.py -------------------------------------------------------------------------------- /bytecub-plugin/pdf2zh/backend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/pdf2zh/backend.py -------------------------------------------------------------------------------- /bytecub-plugin/pdf2zh/cache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/pdf2zh/cache.py -------------------------------------------------------------------------------- /bytecub-plugin/pdf2zh/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/pdf2zh/config.py -------------------------------------------------------------------------------- /bytecub-plugin/pdf2zh/converter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/pdf2zh/converter.py -------------------------------------------------------------------------------- /bytecub-plugin/pdf2zh/doclayout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/pdf2zh/doclayout.py -------------------------------------------------------------------------------- /bytecub-plugin/pdf2zh/high_level.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/pdf2zh/high_level.py -------------------------------------------------------------------------------- /bytecub-plugin/pdf2zh/pdf2zh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/pdf2zh/pdf2zh.py -------------------------------------------------------------------------------- /bytecub-plugin/pdf2zh/pdfinterp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/pdf2zh/pdfinterp.py -------------------------------------------------------------------------------- /bytecub-plugin/pdf2zh/translator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/pdf2zh/translator.py -------------------------------------------------------------------------------- /bytecub-plugin/poetry.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/poetry.lock -------------------------------------------------------------------------------- /bytecub-plugin/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bytecub-plugin/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/requirements.txt -------------------------------------------------------------------------------- /bytecub-plugin/services/config_dir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/services/config_dir.py -------------------------------------------------------------------------------- /bytecub-plugin/services/ocr_md_service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/services/ocr_md_service.py -------------------------------------------------------------------------------- /bytecub-plugin/services/pdf_babel_service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/services/pdf_babel_service.py -------------------------------------------------------------------------------- /bytecub-plugin/services/pdfmath_service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/services/pdfmath_service.py -------------------------------------------------------------------------------- /bytecub-plugin/utils/DocFablePDFResourceManager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/utils/DocFablePDFResourceManager.py -------------------------------------------------------------------------------- /bytecub-plugin/utils/chatlog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/utils/chatlog.py -------------------------------------------------------------------------------- /bytecub-plugin/utils/file_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/utils/file_util.py -------------------------------------------------------------------------------- /bytecub-plugin/utils/markdown_to_word_converter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/utils/markdown_to_word_converter.py -------------------------------------------------------------------------------- /bytecub-plugin/utils/pdf_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/utils/pdf_util.py -------------------------------------------------------------------------------- /bytecub-plugin/utils/text_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/utils/text_util.py -------------------------------------------------------------------------------- /bytecub-plugin/utils/time_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecub-plugin/utils/time_util.py -------------------------------------------------------------------------------- /bytecubpdf/.eslintrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/.eslintrc.js -------------------------------------------------------------------------------- /bytecubpdf/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/.gitignore -------------------------------------------------------------------------------- /bytecubpdf/.npmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/.npmrc -------------------------------------------------------------------------------- /bytecubpdf/.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/.vscode/launch.json -------------------------------------------------------------------------------- /bytecubpdf/.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/.vscode/settings.json -------------------------------------------------------------------------------- /bytecubpdf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/README.md -------------------------------------------------------------------------------- /bytecubpdf/bash.exe.stackdump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/bash.exe.stackdump -------------------------------------------------------------------------------- /bytecubpdf/build/icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/build/icon.ico -------------------------------------------------------------------------------- /bytecubpdf/build/icon2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/build/icon2.ico -------------------------------------------------------------------------------- /bytecubpdf/electron-builder.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/electron-builder.yml -------------------------------------------------------------------------------- /bytecubpdf/execute/start.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/execute/start.bat -------------------------------------------------------------------------------- /bytecubpdf/execute/stop.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/execute/stop.bat -------------------------------------------------------------------------------- /bytecubpdf/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/index.html -------------------------------------------------------------------------------- /bytecubpdf/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/package-lock.json -------------------------------------------------------------------------------- /bytecubpdf/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/package.json -------------------------------------------------------------------------------- /bytecubpdf/src/main/FileIpc.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/main/FileIpc.ts -------------------------------------------------------------------------------- /bytecubpdf/src/main/core/BuildPath.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/main/core/BuildPath.ts -------------------------------------------------------------------------------- /bytecubpdf/src/main/core/Initialize.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/main/core/Initialize.ts -------------------------------------------------------------------------------- /bytecubpdf/src/main/core/PluginLog.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/main/core/PluginLog.ts -------------------------------------------------------------------------------- /bytecubpdf/src/main/core/SqliteDBInit.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/main/core/SqliteDBInit.ts -------------------------------------------------------------------------------- /bytecubpdf/src/main/core/assets.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/main/core/assets.ts -------------------------------------------------------------------------------- /bytecubpdf/src/main/core/dbconfig/DictConfig.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/main/core/dbconfig/DictConfig.ts -------------------------------------------------------------------------------- /bytecubpdf/src/main/core/dbtable/Assistant.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/main/core/dbtable/Assistant.ts -------------------------------------------------------------------------------- /bytecubpdf/src/main/core/dbtable/ChatHistory.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/main/core/dbtable/ChatHistory.ts -------------------------------------------------------------------------------- /bytecubpdf/src/main/core/dbtable/ChatMessageHistory.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/main/core/dbtable/ChatMessageHistory.ts -------------------------------------------------------------------------------- /bytecubpdf/src/main/core/dbtable/FileStore.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/main/core/dbtable/FileStore.ts -------------------------------------------------------------------------------- /bytecubpdf/src/main/core/dbtable/LlmModels.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/main/core/dbtable/LlmModels.ts -------------------------------------------------------------------------------- /bytecubpdf/src/main/core/dbtable/LlmPlatforms.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/main/core/dbtable/LlmPlatforms.ts -------------------------------------------------------------------------------- /bytecubpdf/src/main/core/dbtable/SysDict.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/main/core/dbtable/SysDict.ts -------------------------------------------------------------------------------- /bytecubpdf/src/main/core/dbtable/TranslateHistory.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/main/core/dbtable/TranslateHistory.ts -------------------------------------------------------------------------------- /bytecubpdf/src/main/core/dbtable/TranslateTerms.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/main/core/dbtable/TranslateTerms.ts -------------------------------------------------------------------------------- /bytecubpdf/src/main/core/embedding_assets_metadata.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/main/core/embedding_assets_metadata.ts -------------------------------------------------------------------------------- /bytecubpdf/src/main/core/log.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/main/core/log.ts -------------------------------------------------------------------------------- /bytecubpdf/src/main/core/updateManager.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/main/core/updateManager.ts -------------------------------------------------------------------------------- /bytecubpdf/src/main/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/main/index.ts -------------------------------------------------------------------------------- /bytecubpdf/src/main/ipc.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/main/ipc.ts -------------------------------------------------------------------------------- /bytecubpdf/src/main/services/ConfigService.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/main/services/ConfigService.ts -------------------------------------------------------------------------------- /bytecubpdf/src/preload/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/preload/index.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/App.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/App.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/assets/avatars/ai-avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/assets/avatars/ai-avatar.png -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/assets/avatars/user-avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/assets/avatars/user-avatar.png -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/assets/images/bc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/assets/images/bc.png -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/assets/images/docfable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/assets/images/docfable.png -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/assets/images/logo64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/assets/images/logo64.png -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/assets/init.ts: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/assets/styles/global.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/assets/styles/global.css -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/components/VersionUpgrade.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/components/VersionUpgrade.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/components/WelcomeButton.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/components/WelcomeButton.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/components/common/HelpFloatButton.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/components/common/HelpFloatButton.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/components/download/DlTranslateResourceModal.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/components/download/DlTranslateResourceModal.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/components/mainchat/MainChatContent.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/components/mainchat/MainChatContent.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/components/mainchat/MainChatLeftSide.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/components/mainchat/MainChatLeftSide.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/components/pdftranslate/PdfCompareViewer.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/components/pdftranslate/PdfCompareViewer.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/components/pdftranslate/PdfTsLeftSide.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/components/pdftranslate/PdfTsLeftSide.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/components/pdftranslate/PdfTsMain.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/components/pdftranslate/PdfTsMain.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/components/pdftranslate/PdfViewer.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/components/pdftranslate/PdfViewer.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/components/pdftranslate/TermsManager.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/components/pdftranslate/TermsManager.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/components/pdftranslate/TranslateHistory.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/components/pdftranslate/TranslateHistory.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/components/pdftranslate/ocr/MarkdownView.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/components/pdftranslate/ocr/MarkdownView.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/components/pdftranslate/ocr/OcrHistory.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/components/pdftranslate/ocr/OcrHistory.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/components/pdftranslate/ocr/OcrRec.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/components/pdftranslate/ocr/OcrRec.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/components/settings/AssistantSettings.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/components/settings/AssistantSettings.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/components/settings/ModelSettings.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/components/settings/ModelSettings.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/components/settings/SettingsLeftSide.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/components/settings/SettingsLeftSide.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/components/settings/StorageSettings.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/components/settings/StorageSettings.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/components/settings/assistant/AssistantLeftSide.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/components/settings/assistant/AssistantLeftSide.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/components/settings/assistant/AssistantSettingsContent.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/components/settings/assistant/AssistantSettingsContent.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/components/settings/modelsettings/ModelLeftSide.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/components/settings/modelsettings/ModelLeftSide.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/components/settings/modelsettings/ModelSettingsContent.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/components/settings/modelsettings/ModelSettingsContent.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/components/update/DownloadComponent.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/components/update/DownloadComponent.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/components/update/VersionUpgradeModal.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/components/update/VersionUpgradeModal.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/constants/apiendpoints.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/constants/apiendpoints.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/constants/appconfig.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/constants/appconfig.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/layout/FuncSide.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/layout/FuncSide.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/layout/Layout.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/layout/Layout.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/layout/SettingsSide.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/layout/SettingsSide.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/layout/TopSide.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/layout/TopSide.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/llm/BaseLlmClient.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/llm/BaseLlmClient.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/llm/LLMAdapter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/llm/LLMAdapter.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/llm/core/SseClient.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/llm/core/SseClient.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/llm/core/config/LlmConfig.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/llm/core/config/LlmConfig.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/llm/custom/CustomOllama.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/llm/custom/CustomOllama.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/llm/custom/CustomOpenAI.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/llm/custom/CustomOpenAI.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/llm/model/LlmRequestModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/llm/model/LlmRequestModel.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/llm/model/LlmResModel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/llm/model/LlmResModel.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/main.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/model/assistant/AssistantDb.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/model/assistant/AssistantDb.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/model/assistant/AssistantOption.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/model/assistant/AssistantOption.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/model/chat/ChatConfig.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/model/chat/ChatConfig.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/model/chat/ChatMessage.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/model/chat/ChatMessage.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/model/chat/db/ChatFileStoreDb.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/model/chat/db/ChatFileStoreDb.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/model/chat/db/ChatHistory.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/model/chat/db/ChatHistory.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/model/chat/db/ChatMessageDb.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/model/chat/db/ChatMessageDb.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/model/settings/SettingLLM.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/model/settings/SettingLLM.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/model/terms/terms.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/model/terms/terms.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/model/translate/TranslateHistory.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/model/translate/TranslateHistory.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/router/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/router/index.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/service/AssistantService.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/service/AssistantService.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/service/ConfigService.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/service/ConfigService.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/service/VersionCheck.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/service/VersionCheck.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/service/backendStatus.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/service/backendStatus.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/service/chat/ChatFileStoreService.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/service/chat/ChatFileStoreService.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/service/chat/ChatMsgStorageService.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/service/chat/ChatMsgStorageService.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/service/chat/ChatService.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/service/chat/ChatService.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/service/chat/ChatStorageService.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/service/chat/ChatStorageService.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/service/chat/MessageConvert.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/service/chat/MessageConvert.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/service/chat/config/OpenAIModelsConfig.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/service/chat/config/OpenAIModelsConfig.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/service/core/SqliteDbCore.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/service/core/SqliteDbCore.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/service/indexdb/MainChatIndexDb.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/service/indexdb/MainChatIndexDb.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/service/indexdb/OcrRecIndexDb.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/service/indexdb/OcrRecIndexDb.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/service/indexdb/PdfTsIndexDb.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/service/indexdb/PdfTsIndexDb.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/service/manager/AssistantManager.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/service/manager/AssistantManager.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/service/manager/LlmModelManager.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/service/manager/LlmModelManager.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/service/manager/TranslateHistoryManager.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/service/manager/TranslateHistoryManager.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/service/manager/TranslateTermManager.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/service/manager/TranslateTermManager.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/service/manager/chat/ChatFileStoreManager.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/service/manager/chat/ChatFileStoreManager.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/service/manager/chat/ChatHistoryManager.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/service/manager/chat/ChatHistoryManager.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/service/manager/chat/ChatMessageManager.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/service/manager/chat/ChatMessageManager.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/service/translate/TermsService.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/service/translate/TermsService.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/shims-vue.d.ts: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/stores/index.ts: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/stores/modules/PdfTranslateStore.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/stores/modules/PdfTranslateStore.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/types/global.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/types/global.d.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/types/mobi.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/types/mobi.d.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/utils/FileReaderUtil.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/utils/FileReaderUtil.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/utils/FileUtil.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/utils/FileUtil.ts -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/views/AboutView.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/views/AboutView.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/views/HomeIndexView.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/views/HomeIndexView.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/views/MainChatView.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/views/MainChatView.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/views/PdfTranslateView.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/views/PdfTranslateView.vue -------------------------------------------------------------------------------- /bytecubpdf/src/renderer/views/SettingsView.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/renderer/views/SettingsView.vue -------------------------------------------------------------------------------- /bytecubpdf/src/shared/constants/dfconstants.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/shared/constants/dfconstants.ts -------------------------------------------------------------------------------- /bytecubpdf/src/shared/i18n/electron.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/shared/i18n/electron.ts -------------------------------------------------------------------------------- /bytecubpdf/src/shared/i18n/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/shared/i18n/index.ts -------------------------------------------------------------------------------- /bytecubpdf/src/shared/i18n/locales/en-us/common.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/shared/i18n/locales/en-us/common.json -------------------------------------------------------------------------------- /bytecubpdf/src/shared/i18n/locales/en-us/pdfts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/shared/i18n/locales/en-us/pdfts.json -------------------------------------------------------------------------------- /bytecubpdf/src/shared/i18n/locales/en-us/settings/leftside.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/shared/i18n/locales/en-us/settings/leftside.json -------------------------------------------------------------------------------- /bytecubpdf/src/shared/i18n/locales/en-us/settings/model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/shared/i18n/locales/en-us/settings/model.json -------------------------------------------------------------------------------- /bytecubpdf/src/shared/i18n/locales/en-us/settings/storage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/shared/i18n/locales/en-us/settings/storage.json -------------------------------------------------------------------------------- /bytecubpdf/src/shared/i18n/locales/zh-cn/common.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/shared/i18n/locales/zh-cn/common.json -------------------------------------------------------------------------------- /bytecubpdf/src/shared/i18n/locales/zh-cn/pdfts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/shared/i18n/locales/zh-cn/pdfts.json -------------------------------------------------------------------------------- /bytecubpdf/src/shared/i18n/locales/zh-cn/settings/assistant.json: -------------------------------------------------------------------------------- 1 | { 2 | "tab": "助手设置" 3 | } -------------------------------------------------------------------------------- /bytecubpdf/src/shared/i18n/locales/zh-cn/settings/leftside.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/shared/i18n/locales/zh-cn/settings/leftside.json -------------------------------------------------------------------------------- /bytecubpdf/src/shared/i18n/locales/zh-cn/settings/model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/shared/i18n/locales/zh-cn/settings/model.json -------------------------------------------------------------------------------- /bytecubpdf/src/shared/i18n/locales/zh-cn/settings/storage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/shared/i18n/locales/zh-cn/settings/storage.json -------------------------------------------------------------------------------- /bytecubpdf/src/shared/services/UpgradeService.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/shared/services/UpgradeService.ts -------------------------------------------------------------------------------- /bytecubpdf/src/shared/utils/StringUtil.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/shared/utils/StringUtil.ts -------------------------------------------------------------------------------- /bytecubpdf/src/types/vue.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/src/types/vue.d.ts -------------------------------------------------------------------------------- /bytecubpdf/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/tsconfig.json -------------------------------------------------------------------------------- /bytecubpdf/vite-env.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/vite-env.d.ts -------------------------------------------------------------------------------- /bytecubpdf/vite.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/bytecubpdf/vite.config.ts -------------------------------------------------------------------------------- /images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/images/1.png -------------------------------------------------------------------------------- /images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/images/2.png -------------------------------------------------------------------------------- /images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/images/3.png -------------------------------------------------------------------------------- /images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/images/4.png -------------------------------------------------------------------------------- /images/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/images/5.png -------------------------------------------------------------------------------- /images/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/images/6.png -------------------------------------------------------------------------------- /images/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/images/7.png -------------------------------------------------------------------------------- /images/assiatant2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/images/assiatant2.png -------------------------------------------------------------------------------- /images/assistant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/songbin/bytecubpdf/HEAD/images/assistant.png --------------------------------------------------------------------------------