79091067

Date: 2024-10-15 17:21:41
Score: 3
Natty:
Report link

PlantCV's binary threshold (https://plantcv.readthedocs.io/en/stable/binary_threshold/) would be able to segment the handwriting. Then, you could use autocrop (https://plantcv.readthedocs.io/en/stable/auto_crop/) to grab each line of text individually for training. An example: enter image description here img, path, filename = pcv.readimage("./lQkrHG19.png")

threshold_light = pcv.threshold.binary(gray_img=img, threshold=220, object_type='dark')

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Keely Brown