classtranscribe / FrontEnd

The React + Redux Frontend for ClassTranscribe
https://classtranscribe.illinois.edu
Other
26 stars 28 forks source link

Enforce chapter length #597

Closed meg-ghana closed 1 year ago

meg-ghana commented 1 year ago

makes each chapter at least 100 characters. If the chapter is less than 100 characters, then its text is added to the previous chapter's text. The first chapter; however, does not get changed.

sujitv19196 commented 1 year ago

I am still able to generate chapters with less than the character count. The first chapter specifically. image

http://localhost:3000/epub/4c424495-afc9-444e-980b-f5db96c97c34#view=v-structure&from=new

sujitv19196 commented 1 year ago

We want a word count minimum value per chapter, not character count. Also the value of the word count should be user configurable. I think we should have an input textbox right by the "split chapter by screenshots" button