File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.15 )
2- project (TextExtraction VERSION 1.1.4 )
2+ project (TextExtraction VERSION 1.1.5 )
33
44# options
55option (USE_BIDI "should support bi-directional text" )
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ Options:
1717 -d, --debug /path/to/file create debug output file
1818```
1919
20+ ** New with 1.1.5** - binaries are avaialable for download in the Releases section of the repo.
21+
2022** New** it is now also possible to use this CLI to ** extract tables** . This is still experimental due to how tables
2123may be represented in many multiple ways, but with enough samples the code can be upgraded to be more able.
2224When asking for table extraction only tables are output as CSV. std output will show CSV content of the PDF tables. When outputting
You can’t perform that action at this time.
0 commit comments