KevM / tikaondotnet

Use the Java Tika text extraction library on the .NET platform
http://kevm.github.io/tikaondotnet/
Apache License 2.0
195 stars 73 forks source link

ios pages support #103

Closed Nazgaul closed 2 years ago

Nazgaul commented 7 years ago

I see that Tika support ios pages (.pages) but the code doesnt extract the text. can you please add

KevM commented 7 years ago

Can you explain what you need? Better would be to write a failing test with a .pages file you wish to parse.

On Wed, Jun 28, 2017 at 9:52 AM Ram notifications@github.com wrote:

I see that Tika support ios pages (.pages) but the code doesnt extract the text. can you please add

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/KevM/tikaondotnet/issues/103, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAGHbWdz_F2tzC-ND98ylLd3RvOMXdQks5sImYhgaJpZM4OIEN- .

KevM commented 7 years ago

Clone the project. Check out the unit tests. Add a test for the file you wish to be parsed. Add the file to the files folder. See the test fail. Create a PR with the failing test.

On Wed, Jun 28, 2017 at 9:59 AM Kevin Miller notifications@github.com wrote:

Can you explain what you need? Better would be to write a failing test with a .pages file you wish to parse.

On Wed, Jun 28, 2017 at 9:52 AM Ram notifications@github.com wrote:

I see that Tika support ios pages (.pages) but the code doesnt extract the text. can you please add

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/KevM/tikaondotnet/issues/103, or mute the thread < https://github.com/notifications/unsubscribe-auth/AAAGHbWdz_F2tzC-ND98ylLd3RvOMXdQks5sImYhgaJpZM4OIEN-

.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/KevM/tikaondotnet/issues/103#issuecomment-311686045, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAGHaZlQbnrW8WoZLHCWCyk14jWVac_ks5sImnygaJpZM4OIEN- .

KevM commented 2 years ago

stale