Kenny Zhang
4e0a10ecf3
ran unit tests locally
2025-02-27 16:44:50 -05:00
Kenny Zhang
950b135da6
formatting
2025-02-27 15:08:10 -05:00
Kenny Zhang
d9a92f7f06
added file obj unit tests for rss and json
2025-02-27 15:05:29 -05:00
Kenny Zhang
db0c8acbaf
added file obj support to rss and plain text converters
2025-02-27 14:55:49 -05:00
Kenny Zhang
08330c2ac3
added core unit tests for file obj support
2025-02-27 11:27:05 -05:00
Kenny Zhang
07a28d4f00
black formatting
2025-02-20 16:49:37 -05:00
Kenny Zhang
b8b3897952
modify ext guesser
2025-02-20 16:47:37 -05:00
Kenny Zhang
395ce2d301
close file object after using
2025-02-20 13:54:51 -05:00
Kenny Zhang
808401a331
added conversion path for file object in central class
2025-02-19 17:02:51 -05:00
Kenny Zhang
e75f3f6f5b
local path inputs to MarkitDown class adhere to new converterinput structure
2025-02-19 15:16:45 -05:00
Kenny Zhang
8e950325d2
refactored remaining converters
2025-02-19 14:01:43 -05:00
Kenny Zhang
096fef3d5f
refactored more converters to support input class
2025-02-19 13:34:28 -05:00
Kenny Zhang
52cbff061a
begin refactoring converter classes
2025-02-19 11:48:00 -05:00
Kenny Zhang
0027e6d425
added wrapper class for converter file input
2025-02-18 12:44:18 -05:00
Kenny Zhang
63a7bafadd
removed redundant priority setting
2025-02-18 12:18:49 -05:00
afourney
dbdf2c0c10
Added CLI tests. ( #327 )
2025-02-11 20:42:50 -08:00
KennyZhang1
97eeed5f32
Doc Intelligence fixes for refactored code ( #325 )
...
* added priority flag to doc intel converter constructor
* fixed analysis features bug for docx
2025-02-11 16:01:46 -08:00
afourney
935da9976c
Added priority argument to all converter constructors. ( #324 )
...
* Added priority argument to all converter constructors.
2025-02-11 12:36:32 -08:00
Ruijun Gao
5ce85c236c
Fix a typo in sample RTF plugin ( #320 )
2025-02-11 10:33:52 -08:00
Tomasz Kalinowski
3a5ca22a8d
Don't generate md links in 'pre' blocks ( #322 )
2025-02-11 07:13:17 -08:00
Adam Fourney
4b62506451
Small typo in README.
2025-02-10 15:24:28 -08:00
afourney
c73afcffea
Cleanup and refactor, in preparation for plugin support. ( #318 )
...
* Work started moving converters to individual files.
* Significant cleanup and refactor.
* Moved everything to a packages subfolder.
* Added sample plugin.
* Added instructions to the README.md
* Bumped version, and added a note about compatibility.
2025-02-10 15:21:44 -08:00