Skip to content

Commit 05d8777

Browse files
committed
conf: v1.1.5
1 parent 37929b0 commit 05d8777

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required (VERSION 3.15)
2-
project(TextExtraction VERSION 1.1.4)
2+
project(TextExtraction VERSION 1.1.5)
33

44
# options
55
option(USE_BIDI "should support bi-directional text")

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
2123
may be represented in many multiple ways, but with enough samples the code can be upgraded to be more able.
2224
When asking for table extraction only tables are output as CSV. std output will show CSV content of the PDF tables. When outputting

0 commit comments

Comments
 (0)