Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Form check box extraction with XWPFWordExtractor #7

Closed
wants to merge 2 commits into from
Closed

Form check box extraction with XWPFWordExtractor #7

wants to merge 2 commits into from

Conversation

maybeec
Copy link

@maybeec maybeec commented Jan 25, 2014

For test issues, we compare automatic filled word forms at least by extracting the documents' text. Therefore it would be great if the XWPFWordExtractor could also extract the values of form check boxes as text to be able to compare their status on text base.

This pull request implements the described feature. Form check boxes in *.docx format will be extracted as |_| for an disabled check box and |X| for an enabled check box.

@centic9
Copy link
Member

centic9 commented Nov 5, 2014

Hi, this is applied with r1636990, should appear in nightly builds and POI 3.11beta3 and later.

@maybeec
Copy link
Author

maybeec commented Nov 6, 2014

Nice, thanks!

@maybeec
Copy link
Author

maybeec commented Nov 6, 2014

Btw: Will the GitHub mirror be updated from time to time? How is the policy?

@centic9
Copy link
Member

centic9 commented Nov 6, 2014

Hi,

Github-update should happen automatically shortly after the checkin to SVN
is done.

Dominik.

On Thu, Nov 6, 2014 at 8:14 AM, Malte Brunnlieb notifications@github.com
wrote:

Btw: Will the GitHub mirror be updated from time to time? How is the
policy?


Reply to this email directly or view it on GitHub
#7 (comment).

@maybeec
Copy link
Author

maybeec commented Nov 6, 2014

Ah ok, I just found it on the trunk branch. Thanks.

@maybeec maybeec closed this Nov 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants