├── README.md ├── Textin_tester-0.1-py3-none-any.whl ├── dataset ├── gt │ ├── financial_report_1.md │ ├── financial_report_2.md │ ├── financial_report_3.md │ ├── financial_report_4.md │ ├── financial_report_5.md │ ├── paper_1.md │ ├── paper_2.md │ ├── paper_3.md │ ├── paper_4.md │ ├── paper_5.md │ ├── paper_6.md │ ├── paper_7.md │ ├── research_report_1.md │ ├── research_report_10.md │ ├── research_report_11.md │ ├── research_report_2.md │ ├── research_report_3.md │ ├── research_report_4.md │ ├── research_report_6.md │ ├── research_report_7.md │ ├── research_report_8.md │ └── research_report_9.md ├── pred │ ├── textin │ │ ├── financial_report_1.md │ │ ├── financial_report_2.md │ │ ├── financial_report_3.md │ │ ├── financial_report_4.md │ │ ├── financial_report_5.md │ │ ├── paper_1.md │ │ ├── paper_2.md │ │ ├── paper_3.md │ │ ├── paper_4.md │ │ ├── paper_5.md │ │ ├── paper_6.md │ │ ├── paper_7.md │ │ ├── research_report_1.md │ │ ├── research_report_10.md │ │ ├── research_report_11.md │ │ ├── research_report_2.md │ │ ├── research_report_3.md │ │ ├── research_report_4.md │ │ ├── research_report_6.md │ │ ├── research_report_7.md │ │ ├── research_report_8.md │ │ └── research_report_9.md │ ├── vendor_A │ │ ├── financial_report_1.md │ │ ├── financial_report_2.md │ │ ├── financial_report_3.md │ │ ├── financial_report_4.md │ │ ├── financial_report_5.md │ │ ├── paper_1.md │ │ ├── paper_2.md │ │ ├── paper_3.md │ │ ├── paper_4.md │ │ ├── paper_5.md │ │ ├── paper_6.md │ │ ├── paper_7.md │ │ ├── research_report_1.md │ │ ├── research_report_10.md │ │ ├── research_report_11.md │ │ ├── research_report_2.md │ │ ├── research_report_3.md │ │ ├── research_report_4.md │ │ ├── research_report_6.md │ │ ├── research_report_7.md │ │ ├── research_report_8.md │ │ └── research_report_9.md │ └── vendor_B │ │ ├── financial_report_1.md │ │ ├── financial_report_2.md │ │ ├── financial_report_3.md │ │ ├── financial_report_4.md │ │ ├── financial_report_5.md │ │ ├── paper_1.md │ │ ├── paper_2.md │ │ ├── paper_3.md │ │ ├── paper_4.md │ │ ├── paper_5.md │ │ ├── paper_6.md │ │ ├── paper_7.md │ │ ├── research_report_1.md │ │ ├── research_report_10.md │ │ ├── research_report_11.md │ │ ├── research_report_2.md │ │ ├── research_report_3.md │ │ ├── research_report_4.md │ │ ├── research_report_6.md │ │ ├── research_report_7.md │ │ ├── research_report_8.md │ │ └── research_report_9.md └── sample │ ├── financial_report_1.pdf │ ├── financial_report_2.pdf │ ├── financial_report_3.pdf │ ├── financial_report_4.pdf │ ├── financial_report_5.pdf │ ├── paper_1.pdf │ ├── paper_2.pdf │ ├── paper_3.pdf │ ├── paper_4.pdf │ ├── paper_5.pdf │ ├── paper_6.pdf │ ├── paper_7.pdf │ ├── research_report_1.pdf │ ├── research_report_10.pdf │ ├── research_report_11.pdf │ ├── research_report_2.pdf │ ├── research_report_3.pdf │ ├── research_report_4.pdf │ ├── research_report_6.pdf │ ├── research_report_7.pdf │ ├── research_report_8.pdf │ └── research_report_9.pdf ├── doc ├── chart.png └── table.png ├── font ├── SimHei.ttf └── __init__.py ├── install.sh ├── requirements.txt ├── run_test.py └── utils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/README.md -------------------------------------------------------------------------------- /Textin_tester-0.1-py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/Textin_tester-0.1-py3-none-any.whl -------------------------------------------------------------------------------- /dataset/gt/financial_report_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/gt/financial_report_1.md -------------------------------------------------------------------------------- /dataset/gt/financial_report_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/gt/financial_report_2.md -------------------------------------------------------------------------------- /dataset/gt/financial_report_3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/gt/financial_report_3.md -------------------------------------------------------------------------------- /dataset/gt/financial_report_4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/gt/financial_report_4.md -------------------------------------------------------------------------------- /dataset/gt/financial_report_5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/gt/financial_report_5.md -------------------------------------------------------------------------------- /dataset/gt/paper_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/gt/paper_1.md -------------------------------------------------------------------------------- /dataset/gt/paper_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/gt/paper_2.md -------------------------------------------------------------------------------- /dataset/gt/paper_3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/gt/paper_3.md -------------------------------------------------------------------------------- /dataset/gt/paper_4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/gt/paper_4.md -------------------------------------------------------------------------------- /dataset/gt/paper_5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/gt/paper_5.md -------------------------------------------------------------------------------- /dataset/gt/paper_6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/gt/paper_6.md -------------------------------------------------------------------------------- /dataset/gt/paper_7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/gt/paper_7.md -------------------------------------------------------------------------------- /dataset/gt/research_report_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/gt/research_report_1.md -------------------------------------------------------------------------------- /dataset/gt/research_report_10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/gt/research_report_10.md -------------------------------------------------------------------------------- /dataset/gt/research_report_11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/gt/research_report_11.md -------------------------------------------------------------------------------- /dataset/gt/research_report_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/gt/research_report_2.md -------------------------------------------------------------------------------- /dataset/gt/research_report_3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/gt/research_report_3.md -------------------------------------------------------------------------------- /dataset/gt/research_report_4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/gt/research_report_4.md -------------------------------------------------------------------------------- /dataset/gt/research_report_6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/gt/research_report_6.md -------------------------------------------------------------------------------- /dataset/gt/research_report_7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/gt/research_report_7.md -------------------------------------------------------------------------------- /dataset/gt/research_report_8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/gt/research_report_8.md -------------------------------------------------------------------------------- /dataset/gt/research_report_9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/gt/research_report_9.md -------------------------------------------------------------------------------- /dataset/pred/textin/financial_report_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/textin/financial_report_1.md -------------------------------------------------------------------------------- /dataset/pred/textin/financial_report_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/textin/financial_report_2.md -------------------------------------------------------------------------------- /dataset/pred/textin/financial_report_3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/textin/financial_report_3.md -------------------------------------------------------------------------------- /dataset/pred/textin/financial_report_4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/textin/financial_report_4.md -------------------------------------------------------------------------------- /dataset/pred/textin/financial_report_5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/textin/financial_report_5.md -------------------------------------------------------------------------------- /dataset/pred/textin/paper_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/textin/paper_1.md -------------------------------------------------------------------------------- /dataset/pred/textin/paper_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/textin/paper_2.md -------------------------------------------------------------------------------- /dataset/pred/textin/paper_3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/textin/paper_3.md -------------------------------------------------------------------------------- /dataset/pred/textin/paper_4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/textin/paper_4.md -------------------------------------------------------------------------------- /dataset/pred/textin/paper_5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/textin/paper_5.md -------------------------------------------------------------------------------- /dataset/pred/textin/paper_6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/textin/paper_6.md -------------------------------------------------------------------------------- /dataset/pred/textin/paper_7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/textin/paper_7.md -------------------------------------------------------------------------------- /dataset/pred/textin/research_report_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/textin/research_report_1.md -------------------------------------------------------------------------------- /dataset/pred/textin/research_report_10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/textin/research_report_10.md -------------------------------------------------------------------------------- /dataset/pred/textin/research_report_11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/textin/research_report_11.md -------------------------------------------------------------------------------- /dataset/pred/textin/research_report_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/textin/research_report_2.md -------------------------------------------------------------------------------- /dataset/pred/textin/research_report_3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/textin/research_report_3.md -------------------------------------------------------------------------------- /dataset/pred/textin/research_report_4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/textin/research_report_4.md -------------------------------------------------------------------------------- /dataset/pred/textin/research_report_6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/textin/research_report_6.md -------------------------------------------------------------------------------- /dataset/pred/textin/research_report_7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/textin/research_report_7.md -------------------------------------------------------------------------------- /dataset/pred/textin/research_report_8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/textin/research_report_8.md -------------------------------------------------------------------------------- /dataset/pred/textin/research_report_9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/textin/research_report_9.md -------------------------------------------------------------------------------- /dataset/pred/vendor_A/financial_report_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_A/financial_report_1.md -------------------------------------------------------------------------------- /dataset/pred/vendor_A/financial_report_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_A/financial_report_2.md -------------------------------------------------------------------------------- /dataset/pred/vendor_A/financial_report_3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_A/financial_report_3.md -------------------------------------------------------------------------------- /dataset/pred/vendor_A/financial_report_4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_A/financial_report_4.md -------------------------------------------------------------------------------- /dataset/pred/vendor_A/financial_report_5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_A/financial_report_5.md -------------------------------------------------------------------------------- /dataset/pred/vendor_A/paper_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_A/paper_1.md -------------------------------------------------------------------------------- /dataset/pred/vendor_A/paper_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_A/paper_2.md -------------------------------------------------------------------------------- /dataset/pred/vendor_A/paper_3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_A/paper_3.md -------------------------------------------------------------------------------- /dataset/pred/vendor_A/paper_4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_A/paper_4.md -------------------------------------------------------------------------------- /dataset/pred/vendor_A/paper_5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_A/paper_5.md -------------------------------------------------------------------------------- /dataset/pred/vendor_A/paper_6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_A/paper_6.md -------------------------------------------------------------------------------- /dataset/pred/vendor_A/paper_7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_A/paper_7.md -------------------------------------------------------------------------------- /dataset/pred/vendor_A/research_report_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_A/research_report_1.md -------------------------------------------------------------------------------- /dataset/pred/vendor_A/research_report_10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_A/research_report_10.md -------------------------------------------------------------------------------- /dataset/pred/vendor_A/research_report_11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_A/research_report_11.md -------------------------------------------------------------------------------- /dataset/pred/vendor_A/research_report_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_A/research_report_2.md -------------------------------------------------------------------------------- /dataset/pred/vendor_A/research_report_3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_A/research_report_3.md -------------------------------------------------------------------------------- /dataset/pred/vendor_A/research_report_4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_A/research_report_4.md -------------------------------------------------------------------------------- /dataset/pred/vendor_A/research_report_6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_A/research_report_6.md -------------------------------------------------------------------------------- /dataset/pred/vendor_A/research_report_7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_A/research_report_7.md -------------------------------------------------------------------------------- /dataset/pred/vendor_A/research_report_8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_A/research_report_8.md -------------------------------------------------------------------------------- /dataset/pred/vendor_A/research_report_9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_A/research_report_9.md -------------------------------------------------------------------------------- /dataset/pred/vendor_B/financial_report_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_B/financial_report_1.md -------------------------------------------------------------------------------- /dataset/pred/vendor_B/financial_report_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_B/financial_report_2.md -------------------------------------------------------------------------------- /dataset/pred/vendor_B/financial_report_3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_B/financial_report_3.md -------------------------------------------------------------------------------- /dataset/pred/vendor_B/financial_report_4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_B/financial_report_4.md -------------------------------------------------------------------------------- /dataset/pred/vendor_B/financial_report_5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_B/financial_report_5.md -------------------------------------------------------------------------------- /dataset/pred/vendor_B/paper_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_B/paper_1.md -------------------------------------------------------------------------------- /dataset/pred/vendor_B/paper_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_B/paper_2.md -------------------------------------------------------------------------------- /dataset/pred/vendor_B/paper_3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_B/paper_3.md -------------------------------------------------------------------------------- /dataset/pred/vendor_B/paper_4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_B/paper_4.md -------------------------------------------------------------------------------- /dataset/pred/vendor_B/paper_5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_B/paper_5.md -------------------------------------------------------------------------------- /dataset/pred/vendor_B/paper_6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_B/paper_6.md -------------------------------------------------------------------------------- /dataset/pred/vendor_B/paper_7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_B/paper_7.md -------------------------------------------------------------------------------- /dataset/pred/vendor_B/research_report_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_B/research_report_1.md -------------------------------------------------------------------------------- /dataset/pred/vendor_B/research_report_10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_B/research_report_10.md -------------------------------------------------------------------------------- /dataset/pred/vendor_B/research_report_11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_B/research_report_11.md -------------------------------------------------------------------------------- /dataset/pred/vendor_B/research_report_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_B/research_report_2.md -------------------------------------------------------------------------------- /dataset/pred/vendor_B/research_report_3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_B/research_report_3.md -------------------------------------------------------------------------------- /dataset/pred/vendor_B/research_report_4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_B/research_report_4.md -------------------------------------------------------------------------------- /dataset/pred/vendor_B/research_report_6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_B/research_report_6.md -------------------------------------------------------------------------------- /dataset/pred/vendor_B/research_report_7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_B/research_report_7.md -------------------------------------------------------------------------------- /dataset/pred/vendor_B/research_report_8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_B/research_report_8.md -------------------------------------------------------------------------------- /dataset/pred/vendor_B/research_report_9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/pred/vendor_B/research_report_9.md -------------------------------------------------------------------------------- /dataset/sample/financial_report_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/sample/financial_report_1.pdf -------------------------------------------------------------------------------- /dataset/sample/financial_report_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/sample/financial_report_2.pdf -------------------------------------------------------------------------------- /dataset/sample/financial_report_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/sample/financial_report_3.pdf -------------------------------------------------------------------------------- /dataset/sample/financial_report_4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/sample/financial_report_4.pdf -------------------------------------------------------------------------------- /dataset/sample/financial_report_5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/sample/financial_report_5.pdf -------------------------------------------------------------------------------- /dataset/sample/paper_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/sample/paper_1.pdf -------------------------------------------------------------------------------- /dataset/sample/paper_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/sample/paper_2.pdf -------------------------------------------------------------------------------- /dataset/sample/paper_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/sample/paper_3.pdf -------------------------------------------------------------------------------- /dataset/sample/paper_4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/sample/paper_4.pdf -------------------------------------------------------------------------------- /dataset/sample/paper_5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/sample/paper_5.pdf -------------------------------------------------------------------------------- /dataset/sample/paper_6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/sample/paper_6.pdf -------------------------------------------------------------------------------- /dataset/sample/paper_7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/sample/paper_7.pdf -------------------------------------------------------------------------------- /dataset/sample/research_report_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/sample/research_report_1.pdf -------------------------------------------------------------------------------- /dataset/sample/research_report_10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/sample/research_report_10.pdf -------------------------------------------------------------------------------- /dataset/sample/research_report_11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/sample/research_report_11.pdf -------------------------------------------------------------------------------- /dataset/sample/research_report_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/sample/research_report_2.pdf -------------------------------------------------------------------------------- /dataset/sample/research_report_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/sample/research_report_3.pdf -------------------------------------------------------------------------------- /dataset/sample/research_report_4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/sample/research_report_4.pdf -------------------------------------------------------------------------------- /dataset/sample/research_report_6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/sample/research_report_6.pdf -------------------------------------------------------------------------------- /dataset/sample/research_report_7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/sample/research_report_7.pdf -------------------------------------------------------------------------------- /dataset/sample/research_report_8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/sample/research_report_8.pdf -------------------------------------------------------------------------------- /dataset/sample/research_report_9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/dataset/sample/research_report_9.pdf -------------------------------------------------------------------------------- /doc/chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/doc/chart.png -------------------------------------------------------------------------------- /doc/table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/doc/table.png -------------------------------------------------------------------------------- /font/SimHei.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/font/SimHei.ttf -------------------------------------------------------------------------------- /font/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/install.sh -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/requirements.txt -------------------------------------------------------------------------------- /run_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/run_test.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lutongyv/Textin_Tester/HEAD/utils.py --------------------------------------------------------------------------------